diff options
author | Pierre Ossman <ossman@cendio.se> | 2016-02-05 10:26:56 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2019-07-01 11:18:27 +0200 |
commit | 0ff2655456097926a1720545830b1e34f072371f (patch) | |
tree | a9d542792cfb2532e1630919d16ef5832b7fb82c /vncviewer | |
parent | 5fbbe10b6c180ae8c0545695db6ad308cb5caea7 (diff) | |
download | tigervnc-0ff2655456097926a1720545830b1e34f072371f.tar.gz tigervnc-0ff2655456097926a1720545830b1e34f072371f.zip |
Support extended clipboard transfers
Implements support in both client and server for the extended
clipboard format first seen in UltraVNC. Currently only implements
text handling, but that is still an improvement as it extends the
clipboard from ISO 8859-1 to full Unicode.
Diffstat (limited to 'vncviewer')
-rw-r--r-- | vncviewer/vncviewer.man | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vncviewer/vncviewer.man b/vncviewer/vncviewer.man index ebfe7725..f93e096a 100644 --- a/vncviewer/vncviewer.man +++ b/vncviewer/vncviewer.man @@ -182,6 +182,11 @@ Set the primary selection as well as the clipboard selection. Default is on. . .TP +.B \-MaxCutText \fIbytes\fP +The maximum size of a clipboard update that will be accepted from a server. +Default is \fB262144\fP. +. +.TP .B \-SendClipboard Send clipboard changes to the server. Default is on. . |