zellij/zellij-utils/src/input
Aram Drevekenin 86535f1612
fix(layout-applier): logical index pane sorting (#3893)
* initial draft

* working with floating panes as well

* use the same method for applying an initial layout to tiled panes

* some refactoring

* all code paths working with logical positioning fallback!

* get tests to compile

* get e2e tests to pass

* fix e2e remote runner

* breadth-first layout sorting

* fix some bugs

* style(fmt): rustfmt

* style(fmt): remove comments
2024-12-25 20:26:27 +01:00
..
unit fix(layout-applier): logical index pane sorting (#3893) 2024-12-25 20:26:27 +01:00
actions.rs feat(ux): pin floating panes (#3876) 2024-12-16 16:03:20 +01:00
command.rs feat(plugins): allow opening command panes in the background (hidden) (#3530) 2024-07-29 11:40:01 +02:00
config.rs fix(ux): configuration fixes (#3713) 2024-10-31 14:35:13 +01:00
keybinds.rs fix(input): refix ctrl-j (#3746) 2024-11-08 14:34:47 +01:00
layout.rs fix(layout-applier): logical index pane sorting (#3893) 2024-12-25 20:26:27 +01:00
mod.rs feat(ui): configuration screen + configure non-colliding keys at runtime (#3502) 2024-07-17 16:08:31 +02:00
mouse.rs chore(deps): move from termion to termwiz for STDIN handling (#1249) 2022-03-23 09:08:35 +01:00
options.rs feat(keybindings): support multiple modifiers (eg. Ctrl+Alt) and the kitty keyboard protocol (#3383) 2024-05-27 16:15:09 +02:00
permission.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
plugins.rs feat(ui): built-in plugin manager (#3633) 2024-09-30 18:04:40 +02:00
theme.rs feat(ux): first run setup-wizard (#3556) 2024-08-16 14:00:01 +02:00