Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ xclipboard(X) — OpenDesktop 1.1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     xclipboard(X)      X Version 11 (11 July 1990)      xclipboard(X)



     NAME
          xclipboard - X clipboard client

     SYNOPSIS
          xclipboard [ -options ...]

     DESCRIPTION
          The xclipboard program collects and displays text selections
          that other clients send to the CLIPBOARD.  It is typically
          used to gather together and hold blocks of text that have
          been selected from different places.

          Since xclipboard uses a Text Widget to display the contents
          of the clipboard, text sent to the CLIPBOARD can be
          reselected to use in other applications.

          The xclipboard window has the following two buttons across
          the top:

          quit When you press this button, xclipboard exits.

          erase
               When you press this button, the contents of the text
               window are erased.  Note: This button is not
               implemented yet.

     OPTIONS
          The xclipboard program accepts all of the standard X Toolkit
          command-line options as well as the following:

          -w   Specifies that text lines that are too long for the
               clipboard display should wrap around to the following
               lines.

          -nw  Indicates that long lines of text should not wrap
               around.

     SENDING TO THE CLIPBOARD
          Text is copied to the clipboard whenever a client asserts
          ownership of the CLIPBOARD selection. You can use any of the
          following event bindings in your resource configuration
          file:

*VT100.Translations: #override \
Button1 <Btn2Down>: select-end(CLIPBOARD) \n\
Button1 <Btn2Up>: ignore()
*Text.Translations: #override \
Button1 <Btn2Down>: extend-end(CLIPBOARD)
*VT10.Translations: #override \n\
~Meta <Btn2Up>: insert-selection(CLIPBOARD) \n\
~Meta <BtnUp>: select-end(CLIPBOARD)
*Text.Translations: #override \n\
Button1 <Btn2Down>: extend-end(CLIPBOARD)
X DEFAULTS
This program accepts all of the standard X Toolkit resource
Page 1 (printed 7/3/90) xclipboard(X) X Version 11 (11 July 1990) xclipboard(X)
names and classes as well as the following:
wordWrap (class WordWrap)
Specifies whether or not lines of text should wrap
around to the following lines. The default is no.
FILES
/usr/lib/X11/app-defaults/XClipboard - specifies required
resources
SEE ALSO
X(X)
xcutsel(X)
xterm(X)
Individual client documentation for making a selection and
sending it to the CLIPBOARD.
COPYRIGHT
Copyright 1988, Massachusetts Institute of Technology
See X(X) for a full statement of rights and permissions.
AUTHOR
Ralph R. Swick, DEC/MIT Project Athena.
Page 2 (printed 7/3/90) xclipboard(X) X Version 11 (11 July 1990) xclipboard(X) Page 3 (printed 7/3/90)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026