You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
I am currently in the closed beta for ghostty (opening up planed for the end of this year afaik).
This terminal renders everything it gets as fast as possible which leads to flickering ghostty-org/ghostty#2054. There is a way to prevent this by implementing the Synchronized Output Spec.
There would be three steps to implementing it, I am just not sure where.
CSI ? 2026 $ p
and receivingCSI ? 2026 ; 2 $ y
(or at least notCSI ? 2026 ; 0 $ y
)BSU
(CSI ? 2026 h
)ESU
(CSI ? 2026 l
)I think this should do the trick for setting
BSU
/ESU
for example:Not sure where to use stdin or stdout and where that would be in the code.
Also for detecting if the feature is available you need to get the response from stdin.
The text was updated successfully, but these errors were encountered: