[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.33 and 1.34

version 1.33, 2016/10/16 19:04:05 version 1.34, 2017/02/03 11:57:27
Line 57 
Line 57 
   
         pb = NULL;          pb = NULL;
         while ((pb = paste_walk(pb)) != NULL) {          while ((pb = paste_walk(pb)) != NULL) {
                 ft = format_create(item, 0);                  ft = format_create(item, FORMAT_NONE, 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.33  
changed lines
  Added in v.1.34