-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
putty-style ED2 sequence handling as terminal option #5224
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx for looking into this.
Beside the minor code suggestion below - LGTM 👍
Co-authored-by: jerch <jerch@rockborn.de>
Thanks for suggestions, this is indeed cleaner (and also works, to no suprise ). |
@Blashaq The CI tests dont run yet, seems |
You're right, sorry. I have accidentally skipped that file in my commit. |
There are still linter some issues. |
Everything should be fine now 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Blashaq LGTM 👍, works like a charm, many thx for the PR.
@Tyriar There seems to be an issue with clear
under with linux with ED3 - the new scrollbar gets not updated by ED3 yet. Maybe this not enough to announce the changes:
xterm.js/src/common/InputHandler.ts
Line 1238 in 41e8ae3
this._onScroll.fire(0); |
Imho its not linked to this PR, thus I create a new ticket. --> #5228
This PR is related to the problem discussed in #1727.
goals:
changes made:
scrollOnDisplayErase
inITerminalOptions
.