From 184580065121aae77881b78e4df71f3d9cf335c3 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 28 May 2012 07:59:07 +0000 Subject: Strip layout from choose-windows again (leave in list-windows), suggested by Romain Francoise, diff from Thomas Adam. --- tmux.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tmux.h') 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}" -- cgit v1.2.3