From 996e54763c04749860532a0d6b7df0d75671a405 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 6 Apr 2022 14:41:44 +0100 Subject: Better error reporting when applying custom layouts. --- tmux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 90a3f93c..2ec09692 100644 --- a/tmux.h +++ b/tmux.h @@ -3020,7 +3020,7 @@ void layout_spread_out(struct window_pane *); /* layout-custom.c */ char *layout_dump(struct layout_cell *); -int layout_parse(struct window *, const char *); +int layout_parse(struct window *, const char *, char **); /* layout-set.c */ int layout_set_lookup(const char *); -- cgit