diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-11-30 16:44:03 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-11-30 16:44:03 +0000 |
commit | 29a5931c6a352f12fe4bcc1cb72cb96e073ddca6 (patch) | |
tree | b7fef76523c8fc723b11e45c8cd89f18bf33568a /tmux.h | |
parent | 2182e1badcc161c6e6f1ef6dec21a57cc510299e (diff) | |
download | rtmux-29a5931c6a352f12fe4bcc1cb72cb96e073ddca6.tar.gz rtmux-29a5931c6a352f12fe4bcc1cb72cb96e073ddca6.tar.bz2 rtmux-29a5931c6a352f12fe4bcc1cb72cb96e073ddca6.zip |
Handle partial xterm function key sequences.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |