kitty/kitty/layout
Kovid Goyal 2a5922ce92
Cleanup previous PR
The reason maxsplit is 1 is because some layout action in the future may need more
sophisticated args processing, for example, shlex.split() instead of
plain split(), or even a full command line parser.
2022-08-05 08:12:05 +05:30
..
__init__.py
base.py Fix resizing window that is extra tall/wide because of left-over cells not working reliably 2022-04-08 15:41:53 +05:30
grid.py Fix resizing window that is extra tall/wide because of left-over cells not working reliably 2022-04-08 15:41:53 +05:30
interface.py Add more type annotations 2021-10-27 13:26:18 +05:30
splits.py Splits layout: A new value for :option:launch --location to auto-select the split axis when splitting existing windows. 2022-02-22 22:37:26 +05:30
stack.py
tall.py Cleanup previous PR 2022-08-05 08:12:05 +05:30
vertical.py Fix resizing window that is extra tall/wide because of left-over cells not working reliably 2022-04-08 15:41:53 +05:30