Full screen kittens: Fix incorrect cursor position after kitten quits

DECOM should be reset only after entering alternate screen as it also
changes cursor position. Fixes #3176
This commit is contained in:
Kovid Goyal
2020-12-17 08:58:44 +05:30
parent e48e166584
commit ed4b5f179e
2 changed files with 5 additions and 2 deletions

View File

@@ -57,6 +57,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix a regression in 0.19.0 that caused a rare crash when using the optional
:opt:`scrollback_pager_history_size` (:iss:`3049`)
- Full screen kittens: Fix incorrect cursor position after kitten quits
(:iss:`3176`)
0.19.2 [2020-11-13]
-------------------