aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-03-20 20:01:34 +0000
committerThomas Adam <thomas@xteddy.org>2020-03-20 20:01:34 +0000
commite4efd59fe074e2c776fe2fa7fb6e5871d42a391c (patch)
tree1fc6ddb06d04f18e8b91a80c403b867806a91945 /tmux.h
parent9894e50c4296e9d34b208679f229bda636b70ff5 (diff)
parent1a4e64ba69c7c5f287558333b3acb0e98e767081 (diff)
downloadrtmux-e4efd59fe074e2c776fe2fa7fb6e5871d42a391c.tar.gz
rtmux-e4efd59fe074e2c776fe2fa7fb6e5871d42a391c.tar.bz2
rtmux-e4efd59fe074e2c776fe2fa7fb6e5871d42a391c.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 4a3a6c3d..b9817c24 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2638,6 +2638,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 *);
+char *window_copy_get_word(struct window_pane *, u_int, u_int);
+char *window_copy_get_line(struct window_pane *, u_int);
/* names.c */
void check_window_name(struct window *);