diff options
author | nicm <nicm> | 2017-01-25 14:36:08 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-01-25 14:36:08 +0000 |
commit | 163732e89fafdef6e4b38f7584336611b2135092 (patch) | |
tree | 7950d355c5f80103b6d8cfdde3f2233fd27f3677 /tmux.h | |
parent | 0a63ab4f0f23c22f9328f672bb6af51758cde556 (diff) | |
download | rtmux-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |