kitty/kitty/layout
Kovid Goyal f91a0f6986
When saving session add option to save the foreground process running in the shell so that it is also restarted
Useful if user builds up session to save by running programs via
the shell.

Note that the serialization format for session files has changed
slightly, becoming more robust and allowing us to add more types
of saved data in the future, without overloading user_vars and thus
risking name conflicts.
2025-08-16 16:50:45 +05:30
..
__init__.py
base.py When saving session add option to save the foreground process running in the shell so that it is also restarted 2025-08-16 16:50:45 +05:30
grid.py Implement set_layout_state for a few remaining layouts 2025-08-04 16:02:19 +05:30
interface.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
splits.py Implement full serialization/unserialization for layouts 2025-08-04 15:51:46 +05:30
stack.py rename typing module to avoid conflicts with stdlib typing 2025-04-28 09:20:10 +05:30
tall.py Also make deserialization robust against bools 2025-08-15 12:09:01 +05:30
vertical.py Implement set_layout_state for a few remaining layouts 2025-08-04 16:02:19 +05:30