diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2022-04-06 14:41:44 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2022-04-06 14:41:44 +0100 |
commit | 996e54763c04749860532a0d6b7df0d75671a405 (patch) | |
tree | 4d4d2fd085daf4d6b622b0423cef14fc2e6ca542 /tmux.h | |
parent | 18105c8ecb901c72040db09f58585503a8409fd0 (diff) | |
download | rtmux-996e54763c04749860532a0d6b7df0d75671a405.tar.gz rtmux-996e54763c04749860532a0d6b7df0d75671a405.tar.bz2 rtmux-996e54763c04749860532a0d6b7df0d75671a405.zip |
Better error reporting when applying custom layouts.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 *); |