Fix report_device_attributes
This commit is contained in:
parent
e66b8a47d4
commit
1c3d3ad9be
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue