diff options
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1642,6 +1642,10 @@ void input_parse(struct window_pane *); void input_key(struct window_pane *, int); void input_mouse(struct window_pane *, struct mouse_event *); +/* xterm-keys.c */ +char *xterm_keys_lookup(int); +int xterm_keys_find(const char *, size_t, size_t *); + /* colour.c */ void colour_set_fg(struct grid_cell *, int); void colour_set_bg(struct grid_cell *, int); |