X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=Rc3lQNqybZ0GHSRtl2cKm4YpWw+esNmK7IcAOreteCuBl9LpQ7dWt T58DnPc7Xk9jA/yimrBgGOo2pitcY//M524QmTSvjSBVOOS2yNvzQX9IFs+HPFyU 3PZad0Kr9wRA0XUSgeo6+DxJMC3hGNs9AQea2pgxnEghcVSDNu2cXk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=BLylGeIwkZvHI2tH8w6S5HvqMpM=; b=diG7LUn0V5W/xjC96Ki2/IE5hwta ae/PdxEcc+Jnh1tVqEorFABtk031qtXliLYMUVqU108kOZMTGEYQi+MDNntnvBz7 XBNyg57Vpm4EaOyZplDt8XnEwOII7EYnG+97bi2rhlRL/8FjSMkQ1WIpx/5aRpGE hjWqiMbhiOchrGU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_20,RDNS_NONE autolearn=no version=3.3.1 Date: Thu, 8 Aug 2013 17:48:42 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Redirecting cat and paste to file gives garbage Message-ID: <20130808154842.GQ16868@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <5203A1A3 DOT 30200 AT cs DOT utoronto DOT ca> <20130808153250 DOT GN16868 AT calimero DOT vinschen DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20130808153250.GN16868@calimero.vinschen.de> User-Agent: Mutt/1.5.21 (2010-09-15) On Aug 8 17:32, Corinna Vinschen wrote: > On Aug 8 09:48, Ryan Johnson wrote: > > Hi all, > > > > (no, that's not a typo in the subject line) > > > > 64-bit install, bash inside mintty, all latest packages with the > > cygwin1.dll snapshot shown below... > > > > # <<< --- begin STC --->>> > > $ uname -a > > CYGWIN_NT-6.1 ryan-laptop-v02 1.7.23s(0.268/5/3) 20130729 19:11:42 > > x86_64 Cygwin > > > > $ echo "Reading" > /dev/clipboard > > > > # hit [shift]+[insert] to paste > > # (hopefully 8 characters is not "too long" to paste into a TTY) > > # then hit ^D to finish > > $ cat > tmp.txt > > > > $ cat tmp.txt > > Rg > > eRaedaidnign > > g > > The only idea I have is this. The clipboard data is stored as > CF_UNICODETEXT and as the Cygwin-private CYGWIN_NATIVE_CLIPBOARD format. > How's shift-insert implemented in mintty? If it reads the CF_UNICODETEXT > part and sends it to the pty unchanged, that could explain > this behaviour. The pty already gets 16 chars. And pasting the text into CMD or, FWIW, any Windows console window works as expected. So this looks like a mintty bug right now. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple