[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.32 and 1.33

version 1.32, 2017/04/22 10:22:39 version 1.33, 2017/05/01 12:20:55
Line 123 
Line 123 
   
         n = 0;          n = 0;
         TAILQ_FOREACH(wp, &wl->window->panes, entry) {          TAILQ_FOREACH(wp, &wl->window->panes, entry) {
                 ft = format_create(item, FORMAT_NONE, 0);                  ft = format_create(item->client, item, FORMAT_NONE, 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.32  
changed lines
  Added in v.1.33