diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-03-20 20:01:34 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-03-20 20:01:34 +0000 |
commit | e4efd59fe074e2c776fe2fa7fb6e5871d42a391c (patch) | |
tree | 1fc6ddb06d04f18e8b91a80c403b867806a91945 /tmux.h | |
parent | 9894e50c4296e9d34b208679f229bda636b70ff5 (diff) | |
parent | 1a4e64ba69c7c5f287558333b3acb0e98e767081 (diff) | |
download | rtmux-e4efd59fe074e2c776fe2fa7fb6e5871d42a391c.tar.gz rtmux-e4efd59fe074e2c776fe2fa7fb6e5871d42a391c.tar.bz2 rtmux-e4efd59fe074e2c776fe2fa7fb6e5871d42a391c.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 *); |