Skip to content
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

Fix client-side terminal alt-buffer detection #1726

Merged
merged 1 commit into from Nov 8, 2017
Merged

Conversation

gtritchie
Copy link
Member

Broken by update to xterm.js 2.9.2 internals, which I took late in 1.1 cycle. So close to getting away with it relatively unscathed! :-(

Resolves #1725

Regression caused Ctrl+L to clear entire terminal even when running a full-screen program such as tmux, which does its own handling of Ctrl+L to clear the current pane, instead. Essentially, Ctrl+L messes up full-screen programs and prevents them from doing what they want with Ctrl+L.

Also messed up which commands display in upper-right of Terminal toolbar (stop and clear should be hidden when running full-screen program, but they aren't).

Broken by update to xterm.js 2.9.2 late in 1.1 cycle
@jmcphers jmcphers added this to the v1.1-patch milestone Nov 8, 2017
@jmcphers jmcphers merged commit e38997c into master Nov 8, 2017
@gtritchie gtritchie removed this from the v1.1-patch milestone Nov 8, 2017
Sign up for free to 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.

Terminal not detecting full-screen mode correctly
2 participants