mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-11 18:32:12 +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)
|
||||
if mode:
|
||||
x += str(mode)
|
||||
write(f'{CSI}{x}c')
|
||||
write(f'{x}c')
|
||||
|
||||
|
||||
def screen_decsace(mode: int) -> None:
|
||||
|
||||
Reference in New Issue
Block a user