Better error reporting when applying custom layouts.

This commit is contained in:
Nicholas Marriott
2022-04-06 14:41:44 +01:00
parent 18105c8ecb
commit 996e54763c
3 changed files with 22 additions and 10 deletions

2
tmux.h
View File

@ -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 *);