[BACK]Return to server-client.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/server-client.c between version 1.380 and 1.381

version 1.380, 2021/08/13 18:54:54 version 1.381, 2021/08/20 17:50:42
Line 2378 
Line 2378 
         uint64_t flag;          uint64_t flag;
         int      not;          int      not;
   
         s = copy = xstrdup (flags);          s = copy = xstrdup(flags);
         while ((next = strsep(&s, ",")) != NULL) {          while ((next = strsep(&s, ",")) != NULL) {
                 not = (*next == '!');                  not = (*next == '!');
                 if (not)                  if (not)

Legend:
Removed from v.1.380  
changed lines
  Added in v.1.381