summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-05-28 07:59:07 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-05-28 07:59:07 +0000
commit184580065121aae77881b78e4df71f3d9cf335c3 (patch)
treed75669c3e42c5751b2a1f7495b2a2398b6a0708b /tmux.h
parent993f1b96a3ced16479c5f3b91149087efab318bb (diff)
Strip layout from choose-windows again (leave in list-windows),
suggested by Romain Francoise, diff from Thomas Adam.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index 27c84c5d..6971fd0f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -117,9 +117,7 @@ extern char **environ;
#define DEFAULT_WINDOW_TEMPLATE \
"#{window_index}: #{window_name}#{window_flags} " \
"(#{window_panes} panes) " \
- "[#{window_width}x#{window_height}] " \
- "[layout #{window_layout}] #{window_id}" \
- "#{?window_active, (active),}"
+ "[#{window_width}x#{window_height}]"
#define DEFAULT_PANE_INFO_TEMPLATE \
"#{session_name}:#{window_index}.#{pane_index}"