-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows line wrap doesn't linefeed #351
Comments
Indeed, |
I cannot reproduce with Wine. But I will try to debug and fix it on Windows. |
Could you please confirm that it happens only on Windows 10 ? |
As a workaround to bug on Windows 10 (see kkawakam#351), disable ENABLE_VIRTUAL_TERMINAL_PROCESSING when colors are disabled.
As a temporary/dirty workaround, you can disable colors ( |
Should be fixed in 6.1.2 |
Both V6 and V5 show this behavior in Windows. It works fine in Linux. Run an example and type past the end of the line; you'll be typing over the first line. Backspace past the start of a line and the input starts moving up the screen. Reproduces in PowerShell and CMD in the old terminal (conhost.exe), new Windows Terminal, and VSCode terminal.
The text was updated successfully, but these errors were encountered: