We haven't supported them in a long time so we shouldn't mention
them in the interface and documentation.
sendPrimaryCheckbox = new Fl_Check_Button(LBLRIGHT(tx, ty,
CHECK_MIN_WIDTH,
CHECK_HEIGHT,
- _("Send primary selection and cut buffer as clipboard")));
+ _("Send primary selection as clipboard")));
ty += CHECK_HEIGHT + TIGHT_MARGIN;
#endif
"Send clipboard changes to the server", true);
#if !defined(WIN32) && !defined(__APPLE__)
BoolParameter sendPrimary("SendPrimary",
- "Send the primary selection and cut buffer to the "
+ "Send the primary selection to the "
"server as well as the clipboard selection",
true);
#endif
.
.TP
.B \-SendPrimary
-Send the primary selection and cut buffer to the server as well as the
-clipboard selection. Default is on.
+Send the primary selection to the server as well as the clipboard
+selection. Default is on.
.
.TP
.B \-Maximize