[Bug 49780] wineconsole mistakenly reports VT sequence support

WineHQ Bugzilla wine-bugs at winehq.org
Sun Sep 6 14:00:09 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49780

Louis Lenders <xerox.xerox2000x at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |download
     Ever confirmed|0                           |1
                URL|                            |https://bugs.winehq.org/att
                   |                            |achment.cgi?id=68092
             Status|UNCONFIRMED                 |NEW
                 CC|                            |xerox.xerox2000x at gmail.com

--- Comment #4 from Louis Lenders <xerox.xerox2000x at gmail.com> ---
Hi, thanks for the very detailed bugreport;
confirming + add some info

I don`t know how to fix this bug properly, but just wanted to mention that
Powershell Core 7.* seems to suffer from same bug: garbage on wineconsole
(https://github.com/PowerShell/PowerShell/releases/download/v7.0.3/PowerShell-7.0.3-win-x64.msi)

I verfied that adding a hack in SetConsoleMode makes the appearance in
wineconsole look fine for this app
( hack added something along the lines: if (mode & 0x4 !=0) return FALSE)

I guess this should be fixed somewhere in server code, hopefully someone more
familiar with this could take this up

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list