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

Diff for /src/usr.bin/tmux/input.c between version 1.200 and 1.201

version 1.200, 2022/03/08 12:01:19 version 1.201, 2022/05/30 12:51:27
Line 1798 
Line 1798 
                         screen_write_mode_set(sctx, MODE_FOCUSON);                          screen_write_mode_set(sctx, MODE_FOCUSON);
                         if (wp == NULL)                          if (wp == NULL)
                                 break;                                  break;
                           if (!options_get_number(global_options, "focus-events"))
                                   break;
                         if (wp->flags & PANE_FOCUSED)                          if (wp->flags & PANE_FOCUSED)
                                 bufferevent_write(wp->event, "\033[I", 3);                                  bufferevent_write(wp->event, "\033[I", 3);
                         else                          else

Legend:
Removed from v.1.200  
changed lines
  Added in v.1.201