openbsd-ports/x11/autocutsel/pkg/DESCR
martynas 0d9223fd3f import autocutsel-0.9.0... which fixes pasting
some new gtk/qt based apps (such as firefox) use PRIMARY/CLIPBOARD
buffers, while the older ones use cutbuffer.  this little utility
keeps clipboard and cutbuffer in sync, making it able to select/paste
data from xterm<->firefox!11

ok sthen@
2009-03-10 17:27:26 +00:00

5 lines
261 B
Plaintext

Autocutsel tracks changes in the server's cutbuffer and CLIPBOARD
selection. When the CLIPBOARD is changed, it updates the cutbuffer.
When the cutbuffer is changed, it owns the CLIPBOARD selection. The
cutbuffer and CLIPBOARD selection are always synchronized.