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

Diff for /src/usr.bin/tmux/cmd-list-buffers.c between version 1.14 and 1.15

version 1.14, 2012/07/11 07:10:15 version 1.15, 2012/08/14 08:51:53
Line 51 
Line 51 
         const char              *template;          const char              *template;
   
         if ((template = args_get(args, 'F')) == NULL)          if ((template = args_get(args, 'F')) == NULL)
                 template = DEFAULT_BUFFER_LIST_TEMPLATE;                  template = LIST_BUFFERS_TEMPLATE;
   
         idx = 0;          idx = 0;
         while ((pb = paste_walk_stack(&global_buffers, &idx)) != NULL) {          while ((pb = paste_walk_stack(&global_buffers, &idx)) != NULL) {

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