This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
kitty
Watch
1
Star
0
Fork
0
You've already forked kitty
mirror of
https://github.com/kovidgoyal/kitty
synced
2026-07-05 15:41:39 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3b9a7914eed0b751c9ff2c11877001e7a01e5140
kitty
/
kitty
/
layout
History
Kovid Goyal
4c8ef26141
For the vertical and horizontal layouts have the windows arranged on a ring rather than a plane. This means the first and last window are considered neighbors
...
Fixes
#4494
2022-01-11 08:08:11 +05:30
..
__init__.py
Start work on refactoring management of windows
2020-05-12 22:43:53 +05:30
base.py
mypy: Turn on return value checks
2021-10-26 22:39:14 +05:30
grid.py
Remove redundant variable assignment
2022-01-01 21:28:55 +08:00
interface.py
Add more type annotations
2021-10-27 13:26:18 +05:30
splits.py
mypy: Turn on return value checks
2021-10-26 22:39:14 +05:30
stack.py
run pyupgrade to upgrade the codebase to python3.6
2021-10-21 12:43:55 +05:30
tall.py
mypy: Turn on return value checks
2021-10-26 22:39:14 +05:30
vertical.py
For the vertical and horizontal layouts have the windows arranged on a ring rather than a plane. This means the first and last window are considered neighbors
2022-01-11 08:08:11 +05:30