From 06d101657f40ef4bd6cfeb4524c73eb533620542 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 28 Aug 2013 12:59:13 +0100 Subject: [PATCH] No space in lsw -a targets. --- tmux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.h b/tmux.h index 63eddd19..ae1f38aa 100644 --- a/tmux.h +++ b/tmux.h @@ -144,7 +144,7 @@ extern char **environ; "[layout #{window_layout}] #{window_id}" \ "#{?window_active, (active),}"; #define LIST_WINDOWS_WITH_SESSION_TEMPLATE \ - "#{session_name}: " \ + "#{session_name}:" \ "#{window_index}: #{window_name}#{window_flags} " \ "(#{window_panes} panes) " \ "[#{window_width}x#{window_height}] "