Allow changing margings/padding via remote control

Fixes #2546
This commit is contained in:
Kovid Goyal
2020-04-19 19:29:36 +05:30
parent d4a4ee386f
commit 0286940163
2 changed files with 126 additions and 1 deletions

View File

@@ -8,7 +8,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
-----------------
- Allow individually setting margins and padding for each edge (left, right,
top, bottom)
top, bottom). Margins can also be controlled per window via remote control
(:iss:`2546`)
- Fix reverse video not being rendered correctly when using transparency or a
background image (:iss:`2419`)