/dev/clipboard

Charles S. Wilson cwilson@ece.gatech.edu
Thu Mar 22 13:31:00 GMT 2001


Robert Collins wrote:
> >
> > Cool.  (Can we, as a temporary fix, have cygwin check for
> > 'CF_TEXT|OEMTEXT' and return NULL when a text version of clipboard
> > contents does not exist?)
> 
> A full, final fix is in place in the patch I submitted last night.

Great!
 
> :] The problem that existed before was that you only satisfied the first
> request - I'm allowing sequential reads ||sequential writes, so cat
> (which uses a 1024 bytes block size) works fine.

wonderful!  As I said, my implemenation was only *partial* support.  It
worked for most of what I wanted; and for the things it couldn't do, I
used putclip and getclip (in the "misc" package at cygutils).  But
integrated clipboard support is WAY better than using those two
programs.

--Chuck



More information about the Cygwin-developers mailing list