Fix incorrect rendering of selection when using rectangular select and scrolling

Fixes #2351
This commit is contained in:
Kovid Goyal
2020-02-16 21:10:09 +05:30
parent 0c58662eb6
commit 917350f058
2 changed files with 6 additions and 3 deletions

View File

@@ -36,6 +36,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix rendering of combining characters with fonts that have glyphs for
precomposed characters but not decomposed versions (:iss:`2365`)
- Fix incorrect rendering of selection when using rectangular select and
scrolling (:iss:`2351`)
0.16.0 [2020-01-28]
--------------------