-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
column sequences #2360
column sequences #2360
Conversation
@Tyriar To not get stale I removed DECLRMM from this PR as its more involved and better done separately. Up for review. |
Geez not yet done with this PR - DECIC and DECDC are margin aware, thus should only shift content between margins, its a NOOP outside. See http://www.bitsavers.org/pdf/dec/standards/EL-SM070-00_DEC_STD_070_Video_Systems_Reference_Manual_Dec91.pdf#page=406&zoom=auto,-38,762 |
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.
Do any apps of note use this one that you're aware of?
@Tyriar With DECLRMM it can be used by apps to do partial viewport updates (like splitting in a multiplexer and such). Since this is supported for long in xterm and other emulators apps might shift to it, not sure if any does atm. Maybe ncurses already uses this, idk. Already fixed in with the last commit, tests still to come. |
@jerch k, ping me when ready to review 😃 |
@Tyriar Ping 😄 |
Basic SL / SR / DECIC / DECDC support.
TODO:
implement DECLRMMtest interaction with DECLRMMUpdate: DECLRMM should go into a separate PR as its more involved (also influences other VT primitives).