Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: clipboard library?

From: notofo:earthlink at: 8-Sep-2004 15:11

[SunandaDH--aol--com] wrote:
>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. >
Thanks. I was wondering what library handled it to begin with, not about an extra one. Looking through /lib/ has not given me a clue. Searching the web has narrowed it down a bit, but still no real answer. Maybe I should have flagged this "off topic," but maybe someone will want to write their own clipboard routines... -tom