in reply to Re: Weird screen output in my AceShell module
in thread Weird screen output in my AceShell module

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^2: Weird screen output in my AceShell module

Replies are listed 'Best First'.
Re^3: Weird screen output in my AceShell module
by ikegami (Patriarch) on Jul 15, 2006 at 16:49 UTC
    It's suppose to take care of that if you had an ANSI terminal. Since you don't have an ANSI terminal, the command sent by Term::ANSIScreen go unheeded. Think of Win32::Console::ANSI as a driver. If you had read the linked doc before declaring our answers useless, you would have seen Win32::Console::ANSI used in conjunction with Term::ANSIScreen.