Draw only the minimum borders needed for inactive windows

Fixes #699

Note that currently this is only implemented by the Tall layout.
This commit is contained in:
Kovid Goyal
2018-07-06 17:30:53 +05:30
parent 18804efb7e
commit aa12a65a8f
4 changed files with 45 additions and 1 deletions

View File

@@ -6,6 +6,12 @@ Changelog
0.11.3 [future]
------------------------------
- Draw only the minimum borders needed for inactive windows. That is only the borders
that separate the inactive window from a neighbor. Note that setting
a non-zero window margin overrides this and causes all borders to be drawn.
The old behavior of drawing all borders can be restored via the
:opt:`draw_minimal_borders` setting in kitty.conf.
- macOS: Add an option :opt:`macos_window_resizable` to control if kitty
top-level windows are resizable using the mouse or not (:iss:`698`)