aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-01-25 14:36:08 +0000
committernicm <nicm>2017-01-25 14:36:08 +0000
commit163732e89fafdef6e4b38f7584336611b2135092 (patch)
tree7950d355c5f80103b6d8cfdde3f2233fd27f3677 /tmux.h
parent0a63ab4f0f23c22f9328f672bb6af51758cde556 (diff)
downloadrtmux-163732e89fafdef6e4b38f7584336611b2135092.tar.gz
rtmux-163732e89fafdef6e4b38f7584336611b2135092.tar.bz2
rtmux-163732e89fafdef6e4b38f7584336611b2135092.zip
Revert previous for now, it will break TERM=screen.
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 85d4fdf0..f81fbbcd 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1888,7 +1888,7 @@ void input_parse(struct window_pane *);
void input_key(struct window_pane *, key_code, struct mouse_event *);
/* xterm-keys.c */
-char *xterm_keys_lookup(key_code, int);
+char *xterm_keys_lookup(key_code);
int xterm_keys_find(const char *, size_t, size_t *, key_code *);
/* colour.c */