aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-08-28 12:59:13 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-08-28 12:59:13 +0100
commit06d101657f40ef4bd6cfeb4524c73eb533620542 (patch)
treec0ce935f29711dd55a552f29c1605cef5000c93e /tmux.h
parent2f7ffab0e8de524832b591a9ce6f034406f52e3d (diff)
downloadrtmux-06d101657f40ef4bd6cfeb4524c73eb533620542.tar.gz
rtmux-06d101657f40ef4bd6cfeb4524c73eb533620542.tar.bz2
rtmux-06d101657f40ef4bd6cfeb4524c73eb533620542.zip
No space in lsw -a targets.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
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}] "