[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.37 and 1.38

version 1.37, 2020/04/13 08:26:27 version 1.38, 2020/04/13 10:59:58
Line 59 
Line 59 
   
         pb = NULL;          pb = NULL;
         while ((pb = paste_walk(pb)) != NULL) {          while ((pb = paste_walk(pb)) != NULL) {
                 ft = format_create(item->client, item, FORMAT_NONE, 0);                  ft = format_create(cmdq_get_client(item), item, FORMAT_NONE, 0);
                 format_defaults_paste_buffer(ft, pb);                  format_defaults_paste_buffer(ft, pb);
   
                 if (filter != NULL) {                  if (filter != NULL) {

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38