Format for scroll position, from Jorge Morante.

This commit is contained in:
nicm
2015-10-23 16:02:21 +00:00
parent 63a3fd3c0f
commit 14da999408
4 changed files with 17 additions and 1 deletions

1
tmux.h
View File

@ -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;