summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-09-13 13:31:40 +0000
committernicm <nicm>2015-09-13 13:31:40 +0000
commit901c2eb20a7066b743c9c6cdde0766737f7c079f (patch)
treea8b9f9b8ed0dcb1e4edeb1c18ddfd5300a8ccccd /tmux.h
parentede0f2f633c2a0c2718004f0527bd5832041e966 (diff)
Add copy-mode -e to exit copy mode when scrolling off the bottom, useful
for quick view of history, from Cam Hutchison.
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 a8cd8532..080d670d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2068,7 +2068,7 @@ extern const char window_clock_table[14][5][5];
/* window-copy.c */
extern const struct window_mode window_copy_mode;
-void window_copy_init_from_pane(struct window_pane *);
+void window_copy_init_from_pane(struct window_pane *, u_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);