mirror of
https://github.com/tmux/tmux.git
synced 2026-06-22 04:26:57 +00:00
Merge branch 'obsd-master'
This commit is contained in:
4
tmux.h
4
tmux.h
@@ -1619,6 +1619,8 @@ struct mouse_event {
|
||||
|
||||
/* Key event. */
|
||||
struct key_event {
|
||||
struct client *client;
|
||||
|
||||
key_code key;
|
||||
struct mouse_event m;
|
||||
|
||||
@@ -3081,6 +3083,8 @@ void server_client_set_key_table(struct client *, const char *);
|
||||
const char *server_client_get_key_table(struct client *);
|
||||
int server_client_check_nested(struct client *);
|
||||
int server_client_handle_key(struct client *, struct key_event *);
|
||||
int server_client_handle_key_after(struct client *, struct key_event *,
|
||||
struct cmdq_item *, struct cmdq_item **);
|
||||
struct client *server_client_create(int);
|
||||
int server_client_open(struct client *, char **);
|
||||
void server_client_unref(struct client *);
|
||||
|
||||
Reference in New Issue
Block a user