Skip to content

Remove uses of CSI # S / ScrollConsoleScreenBuffer - #790

Merged
Jason Shirk (lzybkr) merged 2 commits into
masterfrom
noscroll
Nov 5, 2018
Merged

Remove uses of CSI # S / ScrollConsoleScreenBuffer#790
Jason Shirk (lzybkr) merged 2 commits into
masterfrom
noscroll

Conversation

@lzybkr

Copy link
Copy Markdown
Contributor

This hopefully fixes some weird issues in WSL and some Linux terminals.

This also works around a Windows 1809 Console bug for the Ctrl+l binding
to clear the screen by using the same escape sequence that bash uses.

Fix#724

This hopefully fixes some weird issues in WSL and some Linux terminals.
This also works around a Windows 1809 Console bug for the Ctrl+l binding
to clear the screen by using the same escape sequence that bash uses.
Fix#724
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using CSI # S to scroll screen buffer is incorrect and can lead to data loss

1 participant

@lzybkr