From 6f9b9655d7014f304b371574659fbca853a71091 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 2 Aug 2017 11:10:48 +0000 Subject: Add selection_present format so commands in copy mode can use it, GitHub issue 1028. --- tmux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index d8959571..e493a793 100644 --- a/tmux.h +++ b/tmux.h @@ -2257,7 +2257,8 @@ 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 *, int); void window_copy_start_drag(struct client *, struct mouse_event *); -int window_copy_scroll_position(struct window_pane *); +void window_copy_add_formats(struct window_pane *, + struct format_tree *); /* names.c */ void check_window_name(struct window *); -- cgit