mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 12:37:02 +00:00
Trim a double space from template.
This commit is contained in:
@ -86,7 +86,7 @@ cmd_list_windows_session(
|
|||||||
case 0:
|
case 0:
|
||||||
template = DEFAULT_WINDOW_TEMPLATE \
|
template = DEFAULT_WINDOW_TEMPLATE \
|
||||||
" [layout #{window_layout}] #{window_id}" \
|
" [layout #{window_layout}] #{window_id}" \
|
||||||
" #{?window_active, (active),}";
|
"#{?window_active, (active),}";
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
template = "#{session_name}:" DEFAULT_WINDOW_TEMPLATE;
|
template = "#{session_name}:" DEFAULT_WINDOW_TEMPLATE;
|
||||||
|
Reference in New Issue
Block a user