[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.888 and 1.889

version 1.888, 2019/05/07 10:25:15 version 1.889, 2019/05/07 11:24:03
Line 2012 
Line 2012 
 void     server_client_set_key_table(struct client *, const char *);  void     server_client_set_key_table(struct client *, const char *);
 const char *server_client_get_key_table(struct client *);  const char *server_client_get_key_table(struct client *);
 int      server_client_check_nested(struct client *);  int      server_client_check_nested(struct client *);
 enum cmd_retval server_client_key_callback(struct cmdq_item *, void *);  int      server_client_handle_key(struct client *, struct key_event *);
 struct client *server_client_create(int);  struct client *server_client_create(int);
 int      server_client_open(struct client *, char **);  int      server_client_open(struct client *, char **);
 void     server_client_unref(struct client *);  void     server_client_unref(struct client *);

Legend:
Removed from v.1.888  
changed lines
  Added in v.1.889