summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-03-08 12:02:39 +0000
committerThomas Adam <thomas@xteddy.org>2019-03-08 12:02:39 +0000
commitbc72cf2f52ea7e07e58213b98fd6c4ff287274b3 (patch)
tree14bd1a7ab8e8fa342c8155c0be5cffa9ecf08945 /tmux.h
parent349aeb806ab02797e1d28be22802e73f75b77c1d (diff)
parentde730f68a4bc97e26f8f5dcb404ed27dc489c0fd (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 7d96c246..bc12e97b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2312,8 +2312,7 @@ extern const struct window_mode window_client_mode;
/* window-copy.c */
extern const struct window_mode window_copy_mode;
-void window_copy_init_from_pane(struct window_pane *, int);
-void window_copy_init_for_output(struct window_pane *);
+extern const struct window_mode window_view_mode;
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);