From 2628af573d98f7bdd4db02c7a80c860b867a45fb Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 18 Mar 2019 14:10:25 +0000 Subject: 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. --- window-client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'window-client.c') diff --git a/window-client.c b/window-client.c index db1edbb3..ec98984d 100644 --- a/window-client.c +++ b/window-client.c @@ -42,6 +42,7 @@ static void window_client_key(struct window_mode_entry *, const struct window_mode window_client_mode = { .name = "client-mode", + .default_format = WINDOW_CLIENT_DEFAULT_FORMAT, .init = window_client_init, .free = window_client_free, -- cgit v1.2.3