aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-11-30 16:44:03 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-11-30 16:44:03 +0000
commit29a5931c6a352f12fe4bcc1cb72cb96e073ddca6 (patch)
treeb7fef76523c8fc723b11e45c8cd89f18bf33568a /tmux.h
parent2182e1badcc161c6e6f1ef6dec21a57cc510299e (diff)
downloadrtmux-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 62f753da..e29bb015 100644
--- a/tmux.h
+++ b/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);