Fix double space in sessions template.

This commit is contained in:
Nicholas Marriott 2013-03-22 10:38:13 +00:00
parent f0efa576e0
commit db66d85176

2
tmux.h
View File

@ -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),}"