aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-08-02 14:01:10 +0100
committerThomas Adam <thomas@xteddy.org>2017-08-02 14:01:10 +0100
commite7b1e05bbda29c71963e7f9ba8f9f656eb8928ec (patch)
tree067f2e3ee10683838b6eb8182cae6cd59c601b10 /tmux.h
parent45ee118b26a9ba989e8aec31a51b60ef525d8669 (diff)
parent6f9b9655d7014f304b371574659fbca853a71091 (diff)
downloadrtmux-e7b1e05bbda29c71963e7f9ba8f9f656eb8928ec.tar.gz
rtmux-e7b1e05bbda29c71963e7f9ba8f9f656eb8928ec.tar.bz2
rtmux-e7b1e05bbda29c71963e7f9ba8f9f656eb8928ec.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index f69ea33d..2ce80843 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2261,7 +2261,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 *);