[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.15 and 1.16

version 1.15, 2011/08/26 10:53:16 version 1.16, 2011/09/23 12:23:24
Line 91 
Line 91 
                             "#{?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}]"                              "[layout #{window_layout}]"

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16