diff options
author | nicm <nicm> | 2022-08-15 09:10:34 +0000 |
---|---|---|
committer | nicm <nicm> | 2022-08-15 09:10:34 +0000 |
commit | 7c2dcd72380dc2d9e119e99cb423a67ae17b6bd2 (patch) | |
tree | 6407cc86249a7cda28c9d440e5e99e247fde866c /tmux.1 | |
parent | 03149bf7f62e2c92d0e60087c52604d2dd51794f (diff) | |
download | rtmux-7c2dcd72380dc2d9e119e99cb423a67ae17b6bd2.tar.gz rtmux-7c2dcd72380dc2d9e119e99cb423a67ae17b6bd2.tar.bz2 rtmux-7c2dcd72380dc2d9e119e99cb423a67ae17b6bd2.zip |
Notify when a paste buffer is deleted, GitHub issue 3302 from George
Nachman.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6596,6 +6596,10 @@ escapes non-printable characters and backslash as octal \\xxx. The pane with ID .Ar pane-id has changed mode. +.It Ic %paste-buffer-changed Ar name +Paste buffer +.Ar name +has been changed. .It Ic %pause Ar pane-id The pane has been paused (if the .Ar pause-after |