[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.362 and 1.363

version 1.362, 2020/10/28 10:09:10 version 1.363, 2020/10/30 08:55:56
Line 1693 
Line 1693 
          * mode.           * mode.
          */           */
         if (options_get_number(oo, "mouse")) {          if (options_get_number(oo, "mouse")) {
                 mode &= ~ALL_MOUSE_MODES;  
                 if (c->overlay_draw == NULL) {                  if (c->overlay_draw == NULL) {
                           mode &= ~ALL_MOUSE_MODES;
                         TAILQ_FOREACH(loop, &w->panes, entry) {                          TAILQ_FOREACH(loop, &w->panes, entry) {
                                 if (loop->screen->mode & MODE_MOUSE_ALL)                                  if (loop->screen->mode & MODE_MOUSE_ALL)
                                         mode |= MODE_MOUSE_ALL;                                          mode |= MODE_MOUSE_ALL;

Legend:
Removed from v.1.362  
changed lines
  Added in v.1.363