[Bug 2974] New: winetty driver wrecks console output

Wine Bugs wine-bugs at winehq.org
Fri May 20 07:50:28 CDT 2005


http://bugs.winehq.org/show_bug.cgi?id=2974

           Summary: winetty driver wrecks console output
           Product: Wine
           Version: 20050111
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-x11driver
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: kuba at mareimbrium.org


- winetty seems to use ncurses for simple line-oriented output where winex11  
did the right thing and didn't wrap the output with escape sequences in such  
a weird way 
 
- winetty clears the screen upon startup (due to ncurses maybe), so e.g.  
running things from nmake.exe makes the screen get wiped everytime a  
compile/link step is invoked. 
 
This has a nasty side effect: with winetty driver a simple 
wine foo.exe > log 
gives you corrupt output with escape sequences that weren't reallyoutput by  
foo.exe , whereas with winex11 
wine foo.exe > log 
gives you the *correct* output capture. 
 
I presume there should be a way in ncurses to preserve current console 
contents, for one. It'd be also desirable to only insert escape sequences when 
cursor movement is actually called for by the application itself by doing 
console buffer writes at locations that aren't at the current cursor position.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list