mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 08:18:08 +02:00
Fix report_device_attributes
This commit is contained in:
@@ -220,7 +220,7 @@ def report_device_attributes(mode: int, char: int) -> None:
|
|||||||
x += chr(char)
|
x += chr(char)
|
||||||
if mode:
|
if mode:
|
||||||
x += str(mode)
|
x += str(mode)
|
||||||
write(f'{CSI}{x}c')
|
write(f'{x}c')
|
||||||
|
|
||||||
|
|
||||||
def screen_decsace(mode: int) -> None:
|
def screen_decsace(mode: int) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user