mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Squash a function that is only called in a callback into the callback
function.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -1828,7 +1828,6 @@ void window_pane_alternate_off(
|
||||
int window_pane_set_mode(
|
||||
struct window_pane *, const struct window_mode *);
|
||||
void window_pane_reset_mode(struct window_pane *);
|
||||
void window_pane_parse(struct window_pane *);
|
||||
void window_pane_key(struct window_pane *, struct client *, int);
|
||||
void window_pane_mouse(struct window_pane *,
|
||||
struct client *, struct mouse_event *);
|
||||
|
Reference in New Issue
Block a user