1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Trim a double space from template.

This commit is contained in:
Nicholas Marriott 2012-05-28 08:00:46 +00:00
parent 1845800651
commit fbf2bd865c

View File

@ -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;