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

Diff for /src/usr.bin/tmux/tmux.h between version 1.1080 and 1.1081

version 1.1080, 2020/10/30 08:55:56 version 1.1081, 2020/12/03 07:12:12
Line 887 
Line 887 
                              struct cmd_find_state *, struct args *);                               struct cmd_find_state *, struct args *);
         void             (*free)(struct window_mode_entry *);          void             (*free)(struct window_mode_entry *);
         void             (*resize)(struct window_mode_entry *, u_int, u_int);          void             (*resize)(struct window_mode_entry *, u_int, u_int);
           void             (*update)(struct window_mode_entry *);
         void             (*key)(struct window_mode_entry *, struct client *,          void             (*key)(struct window_mode_entry *, struct client *,
                              struct session *, struct winlink *, key_code,                               struct session *, struct winlink *, key_code,
                              struct mouse_event *);                               struct mouse_event *);

Legend:
Removed from v.1.1080  
changed lines
  Added in v.1.1081