zellij/src
Brooks Rady 4fd0bac675
fix(stacked): stacked panes can't resize status-bar (#4051)
* fix(typo): fix a typo in error message

* fix(typo): fix typo in Tip #6

* fix(logging): silence filesystem error

This `Option` chain already ends with `.unwrap_or_else(Default::default)`
so it's clearly expected that prior operations in the chain may fail. I
didn't have the default `layout_dir` on my computer, and it would fill my
logfile with unhelpful spam — on every pane creation, resize, etc.

* fix(stacked): stacked panes can't resize status-bar

* fix(e2e): race in multiple users test

---------

Co-authored-by: Aram Drevekenin <aram@poor.dev>
2025-03-10 17:21:10 +01:00
..
tests fix(stacked): stacked panes can't resize status-bar (#4051) 2025-03-10 17:21:10 +01:00
commands.rs fix(plugins): allow switching to a new session with cwd without specifying a layout (#3676) 2024-10-14 16:44:28 +02:00
main.rs feat(ux): pin floating panes (#3876) 2024-12-16 16:03:20 +01:00
sessions.rs fix(startup): do not parse resurrectable sessions on startup (#3505) 2024-07-18 16:35:07 +02:00