mirror of
https://github.com/tmux/tmux.git
synced 2026-08-27 17:11:35 +00:00
Bugfixes and documentation updates.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user