mirror of
https://github.com/tmate-io/tmate.git
synced 2025-01-13 09:28:14 +01:00
Fix double space in sessions template.
This commit is contained in:
parent
f0efa576e0
commit
db66d85176
2
tmux.h
2
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),}"
|
||||
|
Loading…
Reference in New Issue
Block a user