mirror of
https://github.com/tmux/tmux.git
synced 2025-01-26 07:58:55 +00:00
Sync OpenBSD patchset 1126:
Trim a double space from template.
This commit is contained in:
parent
7c7bd14c61
commit
b24829a99c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user