mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-28 13:23:50 +00:00
Sync OpenBSD patchset 1018:
Don't print double spaces in list output.
This commit is contained in:
parent
2ee0d851d9
commit
896c55291f
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue