mirror of
https://github.com/tmux/tmux.git
synced 2025-11-06 03:26:05 +00:00
Merge branch 'obsd-master'
This commit is contained in:
5
tmux.h
5
tmux.h
@@ -2002,8 +2002,9 @@ void key_bindings_add(const char *, key_code, int, struct cmd_list *);
|
||||
void key_bindings_remove(const char *, key_code);
|
||||
void key_bindings_remove_table(const char *);
|
||||
void key_bindings_init(void);
|
||||
void key_bindings_dispatch(struct key_binding *, struct cmdq_item *,
|
||||
struct client *, struct mouse_event *, struct cmd_find_state *);
|
||||
struct cmdq_item *key_bindings_dispatch(struct key_binding *,
|
||||
struct cmdq_item *, struct client *, struct mouse_event *,
|
||||
struct cmd_find_state *);
|
||||
|
||||
/* key-string.c */
|
||||
key_code key_string_lookup_string(const char *);
|
||||
|
||||
Reference in New Issue
Block a user