Don't restrict the DCH control code to only the current scroll region

Matches behavior of other terminal emulators.  Fixes #3090
This commit is contained in:
Kovid Goyal
2020-11-12 11:44:09 +05:30
parent a74679dd95
commit 9816979169
3 changed files with 10 additions and 1 deletions

View File

@@ -44,6 +44,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix last character of URL not being detected if it is the only character on a
new line (:iss:`3088`)
- Don't restrict the DCH control code to only the current scroll region (:iss:`3090`)
0.19.1 [2020-10-06]
-------------------