mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 06:56:58 +00:00
Add send-keys -K to handle keys directly as if typed (so look up in key
table). GitHub issue 3361.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -2387,7 +2387,7 @@ void tty_keys_free(struct tty *);
|
||||
int tty_keys_next(struct tty *);
|
||||
|
||||
/* arguments.c */
|
||||
void args_set(struct args *, u_char, struct args_value *);
|
||||
void args_set(struct args *, u_char, struct args_value *, int);
|
||||
struct args *args_create(void);
|
||||
struct args *args_parse(const struct args_parse *, struct args_value *,
|
||||
u_int, char **);
|
||||
|
Reference in New Issue
Block a user