[BACK]Return to cmd-list-windows.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-list-windows.c between version 1.17 and 1.18

version 1.17, 2012/01/30 09:39:34 version 1.18, 2012/01/30 20:39:56
Line 87 
Line 87 
                         template = "#{window_index}: "                          template = "#{window_index}: "
                             "#{window_name} "                              "#{window_name} "
                             "[#{window_width}x#{window_height}] "                              "[#{window_width}x#{window_height}] "
                             "[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}:#{window_index}: "                          template = "#{session_name}:#{window_index}: "
                             "#{window_name} "                              "#{window_name} "
                             "[#{window_width}x#{window_height}] "                              "[#{window_width}x#{window_height}] "
                             "[layout #{window_layout}] #{window_id} "                              "[layout #{window_layout}] #{window_id}"
                             "#{?window_active, (active),}";                              "#{?window_active, (active),}";
                         break;                          break;
                 }                  }

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18