summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2016-05-01 13:39:05 +0000
committernicm <nicm>2016-05-01 13:39:05 +0000
commit4a6eca5bd71b00ab9cd7fc7d7938d3a2b0d4ccb5 (patch)
tree650728652957eee34a1b32de00b35c7481629870 /tmux.h
parent87be2da4e1fca4a1815420d557b6b7d381b60ee4 (diff)
Use the same code for half page scrolling as full, from Michal Mazurek.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index f73a674e..314f4c9c 100644
--- a/tmux.h
+++ b/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 *);