zellij/zellij-server/src/panes
Aram Drevekenin bc628abc12
feat(sessions): add a session manager to switch between sessions, tabs and panes and create new ones (#2721)
* write/read session metadata to disk for all sessions

* switch session client side

* fix tests

* various adjustments

* fix full screen focus bug in tiled panes

* fix tests

* fix permission sorting issue

* cleanups

* add session manager

* fix tests

* various cleanups

* style(fmt): rustfmt

* clear screen before switching sessions

* I hate you clippy

* truncate controls line to width

* version session cache

* attempt to fix plugin tests

* style(fmt): rustfmt

* another attempt to fix the tests in the ci
2023-08-24 13:36:24 +02:00
..
floating_panes feat: add plugin permission system (#2624) 2023-08-12 15:35:42 +02:00
tiled_panes feat(sessions): add a session manager to switch between sessions, tabs and panes and create new ones (#2721) 2023-08-24 13:36:24 +02:00
unit fix(terminal): properly handle resizes in alternate screen (#2654) 2023-07-27 17:55:21 +02:00
active_panes.rs feat(plugins): plugin pane state events (#2545) 2023-06-15 17:07:40 +02:00
alacritty_functions.rs eliminate unused imports warnings during compile (#654) 2021-08-23 15:41:26 +02:00
grid.rs feat(sessions): add a session manager to switch between sessions, tabs and panes and create new ones (#2721) 2023-08-24 13:36:24 +02:00
link_handler.rs fix(clippy): clippy fixes (#1508) 2022-06-15 14:03:11 +02:00
mod.rs feat(terminals): send focus in/out events to terminal panes (#1908) 2022-11-04 17:29:41 +01:00
plugin_pane.rs feat: add plugin permission system (#2624) 2023-08-12 15:35:42 +02:00
search.rs feat(terminal): search panes (#1521) 2022-07-18 10:54:23 +02:00
selection.rs feat(terminal): search panes (#1521) 2022-07-18 10:54:23 +02:00
sixel.rs feat(terminal): sixel support (#1557) 2022-07-08 17:19:42 +02:00
terminal_character.rs fix(logs): suppress debug logs when not debugging (#2532) 2023-06-13 14:55:49 +02:00
terminal_pane.rs fix(plugins): swap layouts and invoked_with (#2564) 2023-06-19 18:09:08 +02:00