mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Fix typo: ) -> }.
This commit is contained in:
parent
5985143813
commit
b6bd9515ea
@ -91,7 +91,7 @@ cmd_list_windows_session(
|
|||||||
"#{?window_active, (active),}";
|
"#{?window_active, (active),}";
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
template = "#{session_name):#{window_index}: "
|
template = "#{session_name}:#{window_index}: "
|
||||||
"#{window_name} "
|
"#{window_name} "
|
||||||
"[#{window_width}x#{window_height}] "
|
"[#{window_width}x#{window_height}] "
|
||||||
"[layout #{window_layout}]"
|
"[layout #{window_layout}]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user