mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 10:25:37 +00:00
Trim a double space from template.
This commit is contained in:
parent
1845800651
commit
fbf2bd865c
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ cmd_list_windows_session(
|
|||
case 0:
|
||||
template = DEFAULT_WINDOW_TEMPLATE \
|
||||
" [layout #{window_layout}] #{window_id}" \
|
||||
" #{?window_active, (active),}";
|
||||
"#{?window_active, (active),}";
|
||||
break;
|
||||
case 1:
|
||||
template = "#{session_name}:" DEFAULT_WINDOW_TEMPLATE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue