This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: /dev/clipboard


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]