When resetting the terminal, also reset parser state, this allows easy recovery from incomplete escape codes

Fixes #1961
This commit is contained in:
Kovid Goyal
2019-09-09 20:06:44 +05:30
parent 17fd749e8d
commit e4ba5f449f
2 changed files with 7 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
color for the global padding, instead of the configured background color
(:iss:`1957`)
- When resetting the terminal, also reset parser state, this allows easy
recovery from incomplete escape codes (:iss:`1961`)
0.14.4 [2019-08-31]
---------------------