mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-27 19:31:46 +00:00
And another
This commit is contained in:
parent
e7675e8bab
commit
e48e166584
1 changed files with 4 additions and 0 deletions
|
|
@ -182,6 +182,10 @@ def screen_decsace(mode: int) -> None:
|
|||
write(CSI + str(mode) + '*x')
|
||||
|
||||
|
||||
def screen_set_8bit_controls(mode: int) -> None:
|
||||
write('\x1b ' + ('G' if mode else 'F'))
|
||||
|
||||
|
||||
def write_osc(code: int, string: str = '') -> None:
|
||||
if string:
|
||||
string = ';' + string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue