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

Diff for /src/usr.bin/tmux/cmd-load-buffer.c between version 1.64 and 1.65

version 1.64, 2021/08/21 10:22:39 version 1.65, 2022/06/09 09:12:55
Line 77 
Line 77 
                 } else if (tc != NULL &&                  } else if (tc != NULL &&
                     tc->session != NULL &&                      tc->session != NULL &&
                     (~tc->flags & CLIENT_DEAD))                      (~tc->flags & CLIENT_DEAD))
                         tty_set_selection(&tc->tty, copy, bsize);                          tty_set_selection(&tc->tty, "", copy, bsize);
                 if (tc != NULL)                  if (tc != NULL)
                         server_client_unref(tc);                          server_client_unref(tc);
         }          }

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65