mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 18:36:10 +00:00
Revert previous for now, it will break TERM=screen.
This commit is contained in:
2
tmux.h
2
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 */
|
||||
|
||||
Reference in New Issue
Block a user