[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.27 and 1.28

version 1.27, 2015/12/08 08:34:18 version 1.28, 2015/12/11 12:27:36
Line 54 
Line 54 
   
         pb = NULL;          pb = NULL;
         while ((pb = paste_walk(pb)) != NULL) {          while ((pb = paste_walk(pb)) != NULL) {
                 ft = format_create(0);                  ft = format_create(cmdq, 0);
                 format_defaults_paste_buffer(ft, pb);                  format_defaults_paste_buffer(ft, pb);
   
                 line = format_expand(ft, template);                  line = format_expand(ft, template);

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28