[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.30 and 1.31

version 1.30, 2015/02/05 10:29:43 version 1.31, 2015/12/08 08:34:18
Line 105 
Line 105 
   
         n = 0;          n = 0;
         RB_FOREACH(wl, winlinks, &s->windows) {          RB_FOREACH(wl, winlinks, &s->windows) {
                 ft = format_create();                  ft = format_create(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.30  
changed lines
  Added in v.1.31