CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/02 01:20:32
Modified files:
usr.bin/tmux : cmd-refresh-client.c input.c options-table.c
tmux.1 tmux.h tty-keys.c tty.c
Log message:
Add a get-clipboard option which when enabled (the default is off) uses
the same mechanism as palette requests to request clipboard from the
terminal and forward to the requesting pane. Remove the now-redundant
forward-to-pane ability from "refresh-client -l". GitHub issue 4275.
