mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
terminal: add visibility reports
Allow terminal applications to detect when their view is not observable so they can avoid unnecessary rendering work. Implement mode 2033 and the visibility status query, and report changes from tab, pane, window, and platform occlusion state.
This commit is contained in:
parent
c04ce11a74
commit
365f1a6b37
9 changed files with 125 additions and 3 deletions
|
|
@ -193,6 +193,8 @@ Detailed list of changes
|
|||
|
||||
- Desktop file chooser integration: when the specified directory does not exist, open file chooser at home directory (:iss:`10292`)
|
||||
|
||||
- Add support for `terminal visibility reports <https://rockorager.dev/misc/visibility-reports/>`__
|
||||
|
||||
|
||||
0.48.1 [2026-07-24]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue