summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2013-03-22 10:38:13 +0000
committerNicholas Marriott <nicm@openbsd.org>2013-03-22 10:38:13 +0000
commitdb66d851761502bbf567dd1ad0222559819f5882 (patch)
tree51a6d90832514166c308e93938741eb10841e0bf /tmux.h
parentf0efa576e002e77dc6363e0a5bc41d0c0649c946 (diff)
Fix double space in sessions template.
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 c5090c9f..849ee827 100644
--- a/tmux.h
+++ b/tmux.h
@@ -105,7 +105,7 @@ extern char **environ;
/* Default templates for choose-tree. */
#define CHOOSE_TREE_SESSION_TEMPLATE \
- "#{session_name}: #{session_windows} windows " \
+ "#{session_name}: #{session_windows} windows" \
"#{?session_grouped, (group ,}" \
"#{session_group}#{?session_grouped,),}" \
"#{?session_attached, (attached),}"