No space in lsw -a targets.

pull/1/head
Nicholas Marriott 2013-08-28 12:59:13 +01:00
parent 2f7ffab0e8
commit 06d101657f
1 changed files with 1 additions and 1 deletions

2
tmux.h
View File

@ -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}] "