[ENH] Making Squeak use the Unix clipboard properly

Ned Konz ned at bike-nomad.com
Wed Apr 10 19:51:14 UTC 2002


One thing that's bugged me for a while about Squeak is that it uses 
the PRIMARY buffer for its cut and paste operations. This makes it 
work differently than KDE, Gnome, Netscape, etc., which all use the 
CLIPBOARD buffer for explicit copy/cut/paste operations.

The attached patch allows you to use the CLIPBOARD (or PRIMARY, 
depending on a #define).

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: realClipboard.patch
Type: text/x-diff
Size: 2011 bytes
Desc: Make Squeak use the real X clipboard
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20020410/c647ea42/realClipboard.bin


More information about the Squeak-dev mailing list