[REBOL] Re: clipboard library?
From: SunandaDH::aol::com at: 8-Sep-2004 11:34
Tom:> does anybody know which library handles the clipboard in linux?Not sure I understand the question, so apologies if my attempt at a response does not make sense. As far as I know a text-only clipboard is integral to both REBOL and Linux --- no need for extra libraries. Examples in the REBOL console: print read clipboard:// write clipboard:// "copied text" do load clipboard:// Sunanda.