=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.880 retrieving revision 1.881 diff -u -r1.880 -r1.881 --- src/usr.bin/tmux/tmux.1 2022/03/08 11:28:40 1.880 +++ src/usr.bin/tmux/tmux.1 2022/03/08 12:01:19 1.881 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.880 2022/03/08 11:28:40 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.881 2022/03/08 12:01:19 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -1338,11 +1338,12 @@ specified multiple times. .Tg refresh .It Xo Ic refresh-client -.Op Fl cDlLRSU +.Op Fl cDLRSU .Op Fl A Ar pane:state .Op Fl B Ar name:what:format .Op Fl C Ar size .Op Fl f Ar flags +.Op Fl l Op Ar target-pane .Op Fl t Ar target-client .Op Ar adjustment .Xc @@ -1456,7 +1457,11 @@ .Fl l requests the clipboard from the client using the .Xr xterm 1 -escape sequence and stores it in a new paste buffer. +escape sequence. +If +Ar target-pane +is given, the clipboard is sent (in encoded form), otherwise it is stored in a +new paste buffer. .Pp .Fl L , .Fl R ,