toggle_layout action to zoom/unzoom active window

This commit is contained in:
Kovid Goyal
2021-07-01 17:57:00 +05:30
parent 6a4668974b
commit 050c31094b
5 changed files with 27 additions and 2 deletions

View File

@@ -7,6 +7,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
0.21.3 [future]
----------------------
- Add a new :ref:`action-toggle_layout` action to easily zoom/unzoom a window
- Fix a bug in the implementation of the synchronized updates escape code that
could cause incorrect parsing if either the pending buffer capacity or the
pending timeout were exceeded (:iss:`3779`)