Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Subject: Re: [RFP] misc from cygutils From: Robert Collins To: Charles Wilson Cc: cygwin-apps AT cygwin DOT com In-Reply-To: <3C03E5D5.9070405@ece.gatech.edu> References: <3C032ACF DOT 2040006 AT ece DOT gatech DOT edu> <00f801c17729$209b2ed0$0200a8c0 AT lifelesswks> <3C03E5D5 DOT 9070405 AT ece DOT gatech DOT edu> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/0.99.2 (Preview Release) Date: 28 Nov 2001 09:07:36 +1100 Message-Id: <1006898862.2028.0.camel@lifelesswks> Mime-Version: 1.0 X-OriginalArrivalTime: 27 Nov 2001 22:08:54.0777 (UTC) FILETIME=[1A90AE90:01C17790] On Wed, 2001-11-28 at 06:13, Charles Wilson wrote: > Robert Collins wrote: > Has the buffersize limitation of /dev/clipboard been removed? Since > 'cat' uses a 4k internal buffer, and /dev/clipboard (didn't) support > state between calls, you couldn't > cat /dev/clipboard > if the clipboard contained more than 4k of data. > And, of course, /dev/clipboard was not always writeable...although it > IS now... The buffer limitation was removed when I implemented the write feature :}. So, yes it's been fixed since ... http://sources.redhat.com/ml/cygwin/2001-03/msg01576.html > To be honest, even though I wrote the original read-only /dev/clipboard > support, I don't use it...I use putclip and getclip. :-) alias putclip="cp %1 /dev/clipboard" ? Rob