mirror of
https://github.com/tmate-io/tmate.git
synced 2025-03-15 08:38:53 +01:00
Missed this declaration in key bindings change. Whoops.
This commit is contained in:
parent
88555d96d5
commit
0b788a3d61
1
tmux.h
1
tmux.h
@ -1239,6 +1239,7 @@ SPLAY_PROTOTYPE(key_bindings, key_binding, entry, key_bindings_cmp);
|
|||||||
struct key_binding *key_bindings_lookup(int);
|
struct key_binding *key_bindings_lookup(int);
|
||||||
void key_bindings_add(int, int, struct cmd_list *);
|
void key_bindings_add(int, int, struct cmd_list *);
|
||||||
void key_bindings_remove(int);
|
void key_bindings_remove(int);
|
||||||
|
void key_bindings_clean(void);
|
||||||
void key_bindings_init(void);
|
void key_bindings_init(void);
|
||||||
void key_bindings_free(void);
|
void key_bindings_free(void);
|
||||||
void key_bindings_dispatch(struct key_binding *, struct client *);
|
void key_bindings_dispatch(struct key_binding *, struct client *);
|
||||||
|
Loading…
Reference in New Issue
Block a user