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

Synchronized Output (DEC mode 2026) #1977

Open
2 of 3 tasks
l2dy opened this issue Feb 26, 2024 · 1 comment
Open
2 of 3 tasks

Synchronized Output (DEC mode 2026) #1977

l2dy opened this issue Feb 26, 2024 · 1 comment
Labels
feature Feature requested by users

Comments

@l2dy
Copy link
Contributor

l2dy commented Feb 26, 2024

Checklist

Describe the bug

"The goal of synchronized updates is to avoid showing a half-drawn screen, such as while paging through a document in an editor.

A new control sequence is proposed that indicates the beginning and end of a update. No new content should be rendered by the terminal emulator until the update ends, at which point any changes made during the update should be applied atomically.

The purpose of this sequence is to provide a hint to the terminal emulator about how to draw atomically. If it turns out to be too difficult to do under some particular input, the hint can be safely ignored."

Original proposal: https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec
Living document: https://gist.github.com/christianparpart/d8a62cc1ab659194337d73e399004036
Spec discussion: https://gitlab.freedesktop.org/terminal-wg/specifications/-/merge_requests/2

@l2dy l2dy added the bug Bug that's either related to Blink Shell or prevents the user to use the app in normal conditions. label Feb 26, 2024
@carloscabanero
Copy link
Member

Grouped on #1980

@carloscabanero carloscabanero added feature Feature requested by users and removed bug Bug that's either related to Blink Shell or prevents the user to use the app in normal conditions. labels Feb 27, 2024
@l2dy l2dy changed the title Synchronized Output (DECSET 2026) Synchronized Output (DEC mode 2026) Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature requested by users
Projects
None yet
Development

No branches or pull requests

2 participants