mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Fix #9093
This commit is contained in:
parent
c40ff94395
commit
8fb40af284
1 changed files with 8 additions and 0 deletions
|
|
@ -43,6 +43,14 @@ When bit 8 is set it means the event is a mouse has left the window event,
|
|||
and all other bits should be ignored. The pixel position values must also
|
||||
be ignored as they may not be accurate.
|
||||
|
||||
An escape code to move the contents of the screen into the scrollback
|
||||
-------------------------------------------------------------------------------------
|
||||
|
||||
The escape code is ``\x1b [ 22 J`` (ignoring spaces present for clarity). It
|
||||
moves all screen contents (text and images) into the scrollback leaving the
|
||||
screen in the same state as it would be if the standard screen clear escape
|
||||
code had been used ``\x1b [ 2 J``.
|
||||
|
||||
|
||||
kitty specific private escape codes
|
||||
---------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue