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

Diff for /src/usr.bin/tmux/server.c between version 1.205 and 1.206

version 1.205, 2023/09/15 15:49:05 version 1.206, 2024/05/14 10:11:09
Line 258 
Line 258 
         struct client   *c;          struct client   *c;
         u_int            items;          u_int            items;
   
         current_time = time (NULL);          current_time = time(NULL);
   
         do {          do {
                 items = cmdq_next(NULL);                  items = cmdq_next(NULL);

Legend:
Removed from v.1.205  
changed lines
  Added in v.1.206