mirror of
https://github.com/tmate-io/tmate.git
synced 2025-03-15 00:29:20 +01:00
Don't print double spaces in list output.
This commit is contained in:
parent
0e59bc75fd
commit
f188345b33
@ -87,14 +87,14 @@ cmd_list_windows_session(
|
||||
template = "#{window_index}: "
|
||||
"#{window_name} "
|
||||
"[#{window_width}x#{window_height}] "
|
||||
"[layout #{window_layout}] #{window_id} "
|
||||
"[layout #{window_layout}] #{window_id}"
|
||||
"#{?window_active, (active),}";
|
||||
break;
|
||||
case 1:
|
||||
template = "#{session_name}:#{window_index}: "
|
||||
"#{window_name} "
|
||||
"[#{window_width}x#{window_height}] "
|
||||
"[layout #{window_layout}] #{window_id} "
|
||||
"[layout #{window_layout}] #{window_id}"
|
||||
"#{?window_active, (active),}";
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user