Match save/restore cursor behavior of other terms

For the sake of interoperability. This means that doing a DECRC without
a prior DECSC is now undefined. However, one can now issue multiple
DECRC for a single DECSC. Fixes #1264
This commit is contained in:
Kovid Goyal
2020-12-01 17:55:17 +05:30
parent 00aba7c646
commit b00cd5cbc3
3 changed files with 12 additions and 15 deletions

View File

@@ -38,6 +38,10 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix one ANSI formatting escape code not being removed from the pager history
buffer when piping it as plain text (:iss:`3132`)
- Match the save/restore cursor behavior of other terminals, for the sake of
interoperability. This means that doing a DECRC without a prior DECSC is now
undefined (:iss:`1264`)
0.19.2 [2020-11-13]
-------------------