mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 19:39:04 +00:00
Fix double space in sessions template.
This commit is contained in:
parent
e4bb87032e
commit
44452823b7
2
tmux.h
2
tmux.h
@ -101,7 +101,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),}"
|
||||||
|
Loading…
Reference in New Issue
Block a user