Allow setting :opt:active_border_color to `none` to not draw a border around the active window

Fixes #805
Fixes #1491
This commit is contained in:
Kovid Goyal
2019-03-24 10:04:32 +05:30
parent cb095be0cc
commit fcedc9f5c3
7 changed files with 31 additions and 10 deletions

View File

@@ -98,6 +98,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Only update the selected text to clipboard when the selection is finished,
not continuously as it is updated. (:iss:`1460`)
- Allow setting :opt:`active_border_color` to ``none`` to not draw a border
around the active window (:iss:`805`)
0.13.3 [2019-01-19]
------------------------------