This website requires JavaScript.
Explore
Help
Sign In
github
/
kovidgoyal-kitty
Watch
1
Star
0
Fork
0
You've already forked kovidgoyal-kitty
mirror of
https://github.com/kovidgoyal/kitty.git
synced
2026-07-09 06:14:04 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5f4e519d61ea07d3cc8d279ff7f8c19df32d87f9
kovidgoyal-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