generate-alt-random-writes: reset SGR and scroll region at the end

This commit is contained in:
Daniel Eklöf 2019-08-23 21:06:33 +02:00
parent 5ce60703a5
commit 6f0e92627e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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__':