[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.19 and 1.20

version 1.19, 2012/05/22 11:35:37 version 1.20, 2012/05/28 07:59:08
Line 84 
Line 84 
         if (template == NULL) {          if (template == NULL) {
                 switch (type) {                  switch (type) {
                 case 0:                  case 0:
                         template = DEFAULT_WINDOW_TEMPLATE;                          template = DEFAULT_WINDOW_TEMPLATE \
                                   " [layout #{window_layout}] #{window_id}" \
                                   " #{?window_active, (active),}";
                         break;                          break;
                 case 1:                  case 1:
                         template = "#{session_name}:" DEFAULT_WINDOW_TEMPLATE;                          template = "#{session_name}:" DEFAULT_WINDOW_TEMPLATE;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20