zellij/zellij-server/src/panes/tiled_panes
Aram Drevekenin 1776d240da
feat(plugins): add plugin APIs to affect other panes (#3576)
* resize_pane_with_id and close_pane_with_id

* focus_pane_with_id and edit_scrollback_for_pane_with_id

* write_to_pane_id and write_chars_to_pane_id

* lots more commands

* style(fmt): rustfmt
2024-08-29 17:35:21 +02:00
..
mod.rs feat(plugins): add plugin APIs to affect other panes (#3576) 2024-08-29 17:35:21 +02:00
pane_resizer.rs feat(ui): swap layouts and stacked panes (#2167) 2023-02-17 12:05:50 +01:00
stacked_panes.rs feat(panes): allow defining an expanded stacked pane (#2343) 2023-04-03 18:04:06 +02:00
tiled_pane_grid.rs fix(panes): adding panes to lone stack (#2298) 2023-03-16 17:31:40 +01:00