[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.23 and 1.24

version 1.23, 2014/10/20 23:35:28 version 1.24, 2015/02/05 10:29:43
Line 55 
Line 55 
         pb = NULL;          pb = NULL;
         while ((pb = paste_walk(pb)) != NULL) {          while ((pb = paste_walk(pb)) != NULL) {
                 ft = format_create();                  ft = format_create();
                 format_paste_buffer(ft, pb, 0);                  format_defaults_paste_buffer(ft, pb, 0);
   
                 line = format_expand(ft, template);                  line = format_expand(ft, template);
                 cmdq_print(cmdq, "%s", line);                  cmdq_print(cmdq, "%s", line);

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