Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <3ABA6F68.8364C230@ece.gatech.edu> Date: Thu, 22 Mar 2001 16:32:24 -0500 From: "Charles S. Wilson" X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Robert Collins CC: cygwin-developers AT sources DOT redhat DOT com Subject: Re: /dev/clipboard References: <985277679 DOT 11463 DOT ezmlm AT sources DOT redhat DOT com> <3ABA521C DOT 52B04BED AT ece DOT gatech DOT edu> <004b01c0b315$ae344480$0200a8c0 AT lifelesswks> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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