diff options
author | nicm <nicm> | 2015-10-23 16:02:21 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-10-23 16:02:21 +0000 |
commit | 14da99940806dd63c2180ad238886fcb6735db04 (patch) | |
tree | 0fb85a4357a92b6c2eed2a17967575d0de9aecd7 /tmux.h | |
parent | 63a3fd3c0fa41fec6cbc15dbd2bf08ceb3ccb208 (diff) | |
download | rtmux-14da99940806dd63c2180ad238886fcb6735db04.tar.gz rtmux-14da99940806dd63c2180ad238886fcb6735db04.tar.bz2 rtmux-14da99940806dd63c2180ad238886fcb6735db04.zip |
Format for scroll position, from Jorge Morante.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2082,6 +2082,7 @@ 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_start_drag(struct client *, struct mouse_event *); +int window_copy_scroll_position(struct window_pane *); /* window-choose.c */ extern const struct window_mode window_choose_mode; |