Fix colors not being preserved when using the pipe command with the pager history buffer

Fixes #1657
This commit is contained in:
Kovid Goyal
2019-05-29 09:13:55 +05:30
parent 020c1311ca
commit ca2c419c9b
2 changed files with 12 additions and 5 deletions

View File

@@ -13,6 +13,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix a missing newline when using the pipe command between the
scrollback and screen contents (:iss:`1642`)
- Fix colors not being preserved when using the pipe command with
the pager history buffer (:pull:`1657`)
- macOS: Fix a regression that could cause rendering of a kitty window
to occasionally freeze in certain situations, such as moving it between
monitors or transitioning from/to fullscreen (:iss:`1641`)