Fix selection not updating properly while scrolling

Fixes #2442
This commit is contained in:
Kovid Goyal
2020-03-18 18:48:59 +05:30
parent a06fdad034
commit 3bff3bcbe4
4 changed files with 5 additions and 1 deletions

View File

@@ -69,6 +69,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix colors in scrollback pager off if the window has redefined terminal
colors using escape codes (:iss:`2381`)
- Fix selection not updating properly while scrolling (:iss:`2442`)
- Workaround for bug in less that causes colors to reset at wrapped lines
(:iss:`2381`)