mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 23:56:58 +00:00
Use the same code for half page scrolling as full, from Michal Mazurek.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -2219,7 +2219,7 @@ void window_copy_init_from_pane(struct window_pane *, int);
|
||||
void window_copy_init_for_output(struct window_pane *);
|
||||
void printflike(2, 3) window_copy_add(struct window_pane *, const char *, ...);
|
||||
void window_copy_vadd(struct window_pane *, const char *, va_list);
|
||||
void window_copy_pageup(struct window_pane *);
|
||||
void window_copy_pageup(struct window_pane *, int);
|
||||
void window_copy_start_drag(struct client *, struct mouse_event *);
|
||||
int window_copy_scroll_position(struct window_pane *);
|
||||
|
||||
|
Reference in New Issue
Block a user