[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.23 and 1.24

version 1.23, 2012/07/11 07:10:15 version 1.24, 2012/08/14 08:51:53
Line 85 
Line 85 
         if (template == NULL) {          if (template == NULL) {
                 switch (type) {                  switch (type) {
                 case 0:                  case 0:
                         template = DEFAULT_WINDOW_TEMPLATE \                          template = LIST_WINDOWS_TEMPLATE;
                                 " [layout #{window_layout}] #{window_id}" \  
                                 "#{?window_active, (active),}";  
                         break;                          break;
                 case 1:                  case 1:
                         template = "#{session_name}:" DEFAULT_WINDOW_TEMPLATE;                          template = LIST_WINDOWS_WITH_SESSION_TEMPLATE;
                         break;                          break;
                 }                  }
         }          }

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24