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

Diff for /src/usr.bin/tmux/format.c between version 1.237 and 1.238

version 1.237, 2020/04/13 10:59:58 version 1.238, 2020/04/13 13:42:35
Line 1133 
Line 1133 
   
         if (shared == NULL)          if (shared == NULL)
                 return;                  return;
         m = &shared->mouse;          m = &shared->event.m;
         if (m->valid && ((wp = cmd_mouse_pane(m, NULL, NULL)) != NULL)) {          if (m->valid && ((wp = cmd_mouse_pane(m, NULL, NULL)) != NULL)) {
                 format_add(ft, "mouse_pane", "%%%u", wp->id);                  format_add(ft, "mouse_pane", "%%%u", wp->id);
                 if (cmd_mouse_at(wp, m, &x, &y, 0) == 0) {                  if (cmd_mouse_at(wp, m, &x, &y, 0) == 0) {

Legend:
Removed from v.1.237  
changed lines
  Added in v.1.238