mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Fix double space in sessions template.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -105,7 +105,7 @@ extern char **environ;
|
|||||||
|
|
||||||
/* Default templates for choose-tree. */
|
/* Default templates for choose-tree. */
|
||||||
#define CHOOSE_TREE_SESSION_TEMPLATE \
|
#define CHOOSE_TREE_SESSION_TEMPLATE \
|
||||||
"#{session_name}: #{session_windows} windows " \
|
"#{session_name}: #{session_windows} windows" \
|
||||||
"#{?session_grouped, (group ,}" \
|
"#{?session_grouped, (group ,}" \
|
||||||
"#{session_group}#{?session_grouped,),}" \
|
"#{session_group}#{?session_grouped,),}" \
|
||||||
"#{?session_attached, (attached),}"
|
"#{?session_attached, (attached),}"
|
||||||
|
Reference in New Issue
Block a user