diff options
author | nicm <nicm> | 2019-03-18 14:10:25 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-03-18 14:10:25 +0000 |
commit | 2628af573d98f7bdd4db02c7a80c860b867a45fb (patch) | |
tree | c24323e11d4cb609bc22a03327b40606ed45ac05 /window-tree.c | |
parent | ce6be7afd4d10b542f9cce8634d6bdd81754f775 (diff) | |
download | rtmux-2628af573d98f7bdd4db02c7a80c860b867a45fb.tar.gz rtmux-2628af573d98f7bdd4db02c7a80c860b867a45fb.tar.bz2 rtmux-2628af573d98f7bdd4db02c7a80c860b867a45fb.zip |
Add format variables for the default formats for the various modes
(tree_mode_format and so on) and add a -a flag to display-message to
list variables with values.
Diffstat (limited to 'window-tree.c')
-rw-r--r-- | window-tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/window-tree.c b/window-tree.c index 46b28eae..120d22c8 100644 --- a/window-tree.c +++ b/window-tree.c @@ -55,6 +55,7 @@ static void window_tree_key(struct window_mode_entry *, const struct window_mode window_tree_mode = { .name = "tree-mode", + .default_format = WINDOW_TREE_DEFAULT_FORMAT, .init = window_tree_init, .free = window_tree_free, |