mirror of
https://github.com/tmux/tmux.git
synced 2025-10-26 12:27:15 +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