-
Notifications
You must be signed in to change notification settings - Fork 1.8k
implement XTSAVE and XTRESTORE #4581
Copy link
Copy link
Closed
Labels
area/parsertype/enhancementFeatures or improvements to existing featuresFeatures or improvements to existing features
Description
xterm knows 2 sequences to save DEC private modes independently in an one-level cache:
- XTSAVE
CSI ? Pm s - XTRESTORE
CSI ? Pm r
Some apps use those to alter/revert settings (e.g. w3m for mouse pointer jumps), which is currently not possible, as we dont implement these sequences.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/parsertype/enhancementFeatures or improvements to existing featuresFeatures or improvements to existing features