mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-08 21:44:39 +02:00
Handle partial xterm function key sequences.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -1647,7 +1647,7 @@ 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 *);
|
||||
int xterm_keys_find(const char *, size_t, size_t *, int *);
|
||||
|
||||
/* colour.c */
|
||||
void colour_set_fg(struct grid_cell *, int);
|
||||
|
Reference in New Issue
Block a user