[BACK]Return to cmd-send-keys.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-send-keys.c between version 1.56 and 1.57

version 1.56, 2020/04/13 10:59:58 version 1.57, 2020/04/13 13:42:35
Line 140 
Line 140 
         struct window_pane              *wp = target->wp;          struct window_pane              *wp = target->wp;
         struct session                  *s = target->s;          struct session                  *s = target->s;
         struct winlink                  *wl = target->wl;          struct winlink                  *wl = target->wl;
         struct mouse_event              *m = &shared->mouse;          struct mouse_event              *m = &shared->event.m;
         struct window_mode_entry        *wme = TAILQ_FIRST(&wp->modes);          struct window_mode_entry        *wme = TAILQ_FIRST(&wp->modes);
         int                              i;          int                              i;
         key_code                         key;          key_code                         key;

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57