[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.31 and 1.32

version 1.31, 2015/12/08 08:34:18 version 1.32, 2015/12/11 12:27:36
Line 105 
Line 105 
   
         n = 0;          n = 0;
         RB_FOREACH(wl, winlinks, &s->windows) {          RB_FOREACH(wl, winlinks, &s->windows) {
                 ft = format_create(0);                  ft = format_create(cmdq, 0);
                 format_add(ft, "line", "%u", n);                  format_add(ft, "line", "%u", n);
                 format_defaults(ft, NULL, s, wl, NULL);                  format_defaults(ft, NULL, s, wl, NULL);
   

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32