Revert previous for now, it will break TERM=screen.

This commit is contained in:
nicm
2017-01-25 14:36:08 +00:00
parent 0a63ab4f0f
commit 163732e89f
3 changed files with 18 additions and 39 deletions

2
tmux.h
View File

@@ -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 */