Bugfixes and documentation updates.

This commit is contained in:
Dane Jensen
2026-07-24 22:35:22 -07:00
parent 60f9170804
commit a7843a2a7e
5 changed files with 107 additions and 75 deletions

View File

@@ -78,7 +78,7 @@ cmd_select_layout_exec(struct cmd *self, struct cmdq_item *item)
struct window *w = wl->window;
struct window_pane *wp = target->wp;
const char *layoutname;
char *oldlayout, *cause;
char *oldlayout, *cause = NULL;
int next, previous, layout;
int flags = 0;