mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-27 07:58:07 -04:00
generate-alt-random-writes: reset SGR and scroll region at the end
This commit is contained in:
parent
5ce60703a5
commit
6f0e92627e
1 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@ def main():
|
||||||
out.write('\033[m')
|
out.write('\033[m')
|
||||||
|
|
||||||
# Leave alt screen
|
# Leave alt screen
|
||||||
out.write('\033[?1049l')
|
out.write('\033[m\033[r\033[?1049l')
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue