mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Some other stuff that can be local to one file.
This commit is contained in:
@ -33,7 +33,7 @@ static void layout_set_main_h(struct window *);
|
||||
static void layout_set_main_v(struct window *);
|
||||
static void layout_set_tiled(struct window *);
|
||||
|
||||
const struct {
|
||||
static const struct {
|
||||
const char *name;
|
||||
void (*arrange)(struct window *);
|
||||
} layout_sets[] = {
|
||||
|
Reference in New Issue
Block a user