Home | History | Annotate | only in /xsrc/external/mit/xclipboard/dist
Up to higher level directory
NameDateSize
aclocal.m423-Jul-2026128.2K
app-defaults/19-Feb-2026
ChangeLog23-Jul-202633.4K
compile23-Jul-20267.9K
config.guess23-Jul-202649.6K
config.h.in16-Nov-20241.8K
config.sub23-Jul-202638.8K
configure23-Jul-2026370.2K
configure.ac23-Jul-20262.4K
COPYING21-Nov-20101.1K
depcomp23-Jul-202623.1K
INSTALL11-Jul-202215.4K
install-sh23-Jul-202615.1K
Makefile.am23-Jul-20261.8K
Makefile.in23-Jul-202634.5K
man/23-Jul-2026
meson.build22-Jul-20263.5K
meson.options22-Jul-2026246
missing23-Jul-20267.6K
README.md11-Jul-2022678
xclipboard.c23-Jul-202620.1K
xcutsel.c23-Jul-20268.5K

README.md

      1 xclipboard is used to collect and display text selections that are
      2 sent to the CLIPBOARD by other clients.  It is typically used to save
      3 CLIPBOARD selections for later use.  It stores each CLIPBOARD
      4 selection as a separate string, each of which can be selected.
      5 
      6 All questions regarding this software should be directed at the
      7 Xorg mailing list:
      8 
      9   https://lists.x.org/mailman/listinfo/xorg
     10 
     11 The master development code repository can be found at:
     12 
     13   https://gitlab.freedesktop.org/xorg/app/xclipboard
     14 
     15 Please submit bug reports and requests to merge patches there.
     16 
     17 For patch submission instructions, see:
     18 
     19   https://www.x.org/wiki/Development/Documentation/SubmittingPatches
     20 
     21