mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Better error reporting when applying custom layouts.
This commit is contained in:
2
tmux.h
2
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 *);
|
||||
|
Reference in New Issue
Block a user