diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-08-02 14:01:10 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-08-02 14:01:10 +0100 |
commit | e7b1e05bbda29c71963e7f9ba8f9f656eb8928ec (patch) | |
tree | 067f2e3ee10683838b6eb8182cae6cd59c601b10 /tmux.h | |
parent | 45ee118b26a9ba989e8aec31a51b60ef525d8669 (diff) | |
parent | 6f9b9655d7014f304b371574659fbca853a71091 (diff) | |
download | rtmux-e7b1e05bbda29c71963e7f9ba8f9f656eb8928ec.tar.gz rtmux-e7b1e05bbda29c71963e7f9ba8f9f656eb8928ec.tar.bz2 rtmux-e7b1e05bbda29c71963e7f9ba8f9f656eb8928ec.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 *); |