[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.371 and 1.372

version 1.371, 2021/04/05 14:11:05 version 1.372, 2021/04/12 09:36:12
Line 1311 
Line 1311 
          * immediately rather than queued.           * immediately rather than queued.
          */           */
         if (~c->flags & CLIENT_READONLY) {          if (~c->flags & CLIENT_READONLY) {
                 status_message_clear(c);                  if (c->message_string != NULL) {
                           if (c->message_ignore_keys)
                                   return (0);
                           status_message_clear(c);
                   }
                 if (c->overlay_key != NULL) {                  if (c->overlay_key != NULL) {
                         switch (c->overlay_key(c, event)) {                          switch (c->overlay_key(c, event)) {
                         case 0:                          case 0:

Legend:
Removed from v.1.371  
changed lines
  Added in v.1.372