Workaround for bug in less that causes colors to reset at wrapped lines

Fixes #2381
This commit is contained in:
Kovid Goyal
2020-02-25 19:14:24 +05:30
parent af8fdf1dbe
commit 511c4da6a3
2 changed files with 16 additions and 1 deletions

View File

@@ -58,6 +58,9 @@ 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`)
- Workaround for bug in less that causes colors to reset at wrapped lines
(:iss:`2381`)
0.16.0 [2020-01-28]
--------------------