diff options
author | Thomas Adam <thomas@xteddy.org> | 2022-10-28 16:01:10 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2022-10-28 16:01:10 +0100 |
commit | 9dd1f442c5a7f1d8d480476f11bc62cceab2019a (patch) | |
tree | 6c4e845eafd921b59c56dbcdd02135a517d749b2 /tmux.h | |
parent | d001a94d7b5a80018871360fa91361f9268d66c3 (diff) | |
parent | 8edece2cdb7b4425526bae904506a246edbb6409 (diff) | |
download | rtmux-9dd1f442c5a7f1d8d480476f11bc62cceab2019a.tar.gz rtmux-9dd1f442c5a7f1d8d480476f11bc62cceab2019a.tar.bz2 rtmux-9dd1f442c5a7f1d8d480476f11bc62cceab2019a.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2164,7 +2164,7 @@ void notify_winlink(const char *, struct winlink *); void notify_session_window(const char *, struct session *, struct window *); void notify_window(const char *, struct window *); void notify_pane(const char *, struct window_pane *); -void notify_paste_buffer(const char *); +void notify_paste_buffer(const char *, int); /* options.c */ struct options *options_create(struct options *); @@ -3187,6 +3187,7 @@ void control_notify_session_created(struct session *); void control_notify_session_closed(struct session *); void control_notify_session_window_changed(struct session *); void control_notify_paste_buffer_changed(const char *); +void control_notify_paste_buffer_deleted(const char *); /* session.c */ extern struct sessions sessions; |