http://bugs.winehq.org/show_bug.cgi?id=13797
Summary: wineconsole curses backend wraps cursor in cmd incorrectly Product: Wine Version: 1.0-rc4 Platform: All OS/Version: Solaris Status: UNCONFIRMED Severity: minor Priority: P3 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: trisk+winehq@acm.jhu.edu
When wineconsole is built with SVR4 curses instead of ncurses, cmd.exe appears to work correctly until enough text has been printed to reach the bottom of the screen, at which point the cursor jumps to the topmost line of the screen. Entering text will move the cursor along the topmost line, but the text will not be visible. The cursor will remain on that line indefinitely.
As an example:
Start cmd: wineconsole --backend=curses cmd
Press return lots of times or run dir on a large directory.
The cursor will jump to the top of the screen and stay there.