-
Notifications
You must be signed in to change notification settings - Fork 3
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
Investigate issues w. screen
#16
Comments
Fixed in https://github.com/bash/terminal-colorsaurus/releases/tag/0.4.1 by detecting and bailing out early for screen. Context: terminal-colorsaurus/src/xterm/quirks.rs Lines 18 to 43 in c888fdd
|
> * 🐛 Fixed `OSC 11` response being visible to users of GNU Screen by detecting Screen and erroring before sending any control sequences (bash/terminal-colorsaurus#16).
> * 🐛 Fixed `OSC 11` response being visible to users of GNU Screen by detecting Screen and erroring before sending any control sequences (bash/terminal-colorsaurus#16).
Note to self: Don't try to reproduce this on the version installed from Homebrew. |
* Update terminal-colorsaurus to 0.4.0 * Update `terminal-colorsaurus` with bugfix > * 🐛 Fixed `OSC 11` response being visible to users of GNU Screen by detecting Screen and erroring before sending any control sequences (bash/terminal-colorsaurus#16). * Update `terminal-colorsaurus` to 0.4.3
Bug report in delta: dandavison/delta#1707
Notes
OSC 10 ; ?
+DA1
returns just the response toDA1
:OSC 11 ; ?
+DA1
returns theDA1
response followed byOSC 11
. This breaks a core assumption that the order of sequences is respected!The text was updated successfully, but these errors were encountered: