mirror of
https://github.com/tmux/tmux.git
synced 2026-07-04 09:34:45 +00:00
Fix MOVE flag handling and remove key code (not actually needed).
This commit is contained in:
3
tmux.h
3
tmux.h
@@ -1993,8 +1993,7 @@ RB_HEAD(client_windows, client_window);
|
||||
/* Client connection. */
|
||||
#define PROMPT_INPUT_DONE 0x1
|
||||
#define PROMPT_INPUT_MOVE 0x2
|
||||
typedef int (*prompt_input_cb)(struct client *, void *, const char *, key_code,
|
||||
int);
|
||||
typedef int (*prompt_input_cb)(struct client *, void *, const char *, int);
|
||||
typedef void (*prompt_free_cb)(void *);
|
||||
typedef struct visible_ranges *(*overlay_check_cb)(struct client *, void *,
|
||||
u_int, u_int, u_int);
|
||||
|
||||
Reference in New Issue
Block a user