Add terminal visibility reports - #1784
Open
rockorager wants to merge 1 commit into
Open
rockorager wants to merge 1 commit into
rockorager wants to merge 1 commit into
Conversation
Terminal applications cannot currently tell whether their view is hidden, so they continue expensive rendering and polling while minimized, occluded, or placed in an inactive tab. Implement private mode 2033 and the visibility status query and report sequences. Track active tabs and host-window state, route replies back to inactive terminals, and synthesize reliable occlusion events from Wayland and X11 lifecycle state. Amp-Thread-ID: https://ampcode.com/threads/T-019fb391-166e-772d-8625-c6772ded11d8 Co-authored-by: Amp <amp@ampcode.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CSI ? 998 nvisibility queryCSI ? 999 ; Ps nTesting
cargo fmt --all -- --checkgit diff --checkcargo test -p rio-window --libcargo test -p rio-vt visibility_reporting_protocolcargo test -p rioterm visibility_follows_active_tab_and_window