Allow individually setting margins and padding for each edge (left, right, top, bottom)

This commit is contained in:
Kovid Goyal
2020-04-19 09:36:26 +05:30
parent 85b55b31b6
commit c69b8870d2
15 changed files with 411 additions and 290 deletions

View File

@@ -7,6 +7,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
0.17.3 [future]
-----------------
- Allow individually setting margins and padding for each edge (left, right,
top, bottom)
- Fix reverse video not being rendered correctly when using transparency or a
background image (:iss:`2419`)