Give each window a unique id, like panes but prefixed with @. Based on

work from George Nachman.
This commit is contained in:
Nicholas Marriott
2012-01-30 09:39:34 +00:00
parent 937173ff11
commit 0e59bc75fd
6 changed files with 94 additions and 24 deletions

View File

@ -87,14 +87,14 @@ cmd_list_windows_session(
template = "#{window_index}: "
"#{window_name} "
"[#{window_width}x#{window_height}] "
"[layout #{window_layout}]"
"[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}]"
"[layout #{window_layout}] #{window_id} "
"#{?window_active, (active),}";
break;
}