Implement a hack to (mostly) preserve tabs when cat a file with them and then copying the text or passing screen contents to another program

It's a simple enough hack that it seems worth doing. If it causes any
issues, can always be reverted.

Fixes #1829
This commit is contained in:
Kovid Goyal
2019-08-31 12:37:05 +05:30
parent 20f7118432
commit 32dfc94909
5 changed files with 65 additions and 17 deletions

View File

@@ -4,6 +4,13 @@ Changelog
|kitty| is a feature full, cross-platform, *fast*, GPU based terminal emulator.
To update |kitty|, :doc:`follow the instructions <binary>`.
0.14.5 [future]
---------------------
- Implement a hack to (mostly) preserve tabs when cat a file with them and then
copying the text or passing screen contents to another program (:iss:`1829`)
0.14.4 [2019-08-31]
---------------------