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: <02ff01c0b263$aad5ab10$0200a8c0@lifelesswks> From: "Robert Collins" To: Subject: /dev/clipboard Date: Thu, 22 Mar 2001 11:04:28 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 21 Mar 2001 23:58:57.0332 (UTC) FILETIME=[E44F5F40:01C0B262] After commenting to Suhaib that XFree86's clipboard integration should be via cygwin.... I took a stab at it. I've got /dev/clipboard accepting writes (only a single write() call at the moment :[ )... I'm working on allowing a series of sequential writes now... Chuck - if you're on this list - did you find any documentation on how linux /dev/clipboard functions. I.E. When you write 512 bytes, then wait 2 seconds then another 512 bytes, can other applications read the 1st 512 bytes while you pause? Or does the write only occur on close() ? That's my only quandary at the moment. Rob