aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-12-02 15:06:35 +0000
committerTiago Cunha <tcunha@gmx.com>2009-12-02 15:06:35 +0000
commit97350cd883590a3dfaa3307446f3ca979134533d (patch)
tree4e637590168625bac425b3650a9730fac6dbdf0b /tmux.h
parent5081d7333064aecc188ffed1484f46bb2123b145 (diff)
downloadrtmux-97350cd883590a3dfaa3307446f3ca979134533d.tar.gz
rtmux-97350cd883590a3dfaa3307446f3ca979134533d.tar.bz2
rtmux-97350cd883590a3dfaa3307446f3ca979134533d.zip
Sync OpenBSD patchset 575:
Handle partial xterm function key sequences.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 7466f7c9..ca9c762a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.526 2009-11-28 14:57:59 tcunha Exp $ */
+/* $Id: tmux.h,v 1.527 2009-12-02 15:06:34 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1646,7 +1646,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);