[BACK]Return to cmd-list-panes.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-list-panes.c between version 1.22 and 1.23

version 1.22, 2015/12/08 08:34:18 version 1.23, 2015/12/11 12:27:36
Line 125 
Line 125 
   
         n = 0;          n = 0;
         TAILQ_FOREACH(wp, &wl->window->panes, entry) {          TAILQ_FOREACH(wp, &wl->window->panes, entry) {
                 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, wp);                  format_defaults(ft, NULL, s, wl, wp);
   

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