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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=vXq me00M3b4ZA6ER8EX0kD5DvZteKBBoaYST2MjtHq3+MT+xUYk1e645aq8I71+Z0j6 jtFigvOOKPeDU6u5tdtOFvtUPx8t9uDPQxtvK7yRJDELhWS2jPyy8uNO4GM2i+HS QRXBL1xZH7FjrCKeBwud3Z5kog68kHVYjpu201BM= 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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=OVwHLl2LF 4fX7H32wwRezdjHOIU=; b=bF+xLXacNh7+DU4WKfPLai8UlwM/1rgnp89t9bEqO DowWtclGadZc0AjiP+LIPgu4YMCbeeWaHIfLnsogViIKqOuflcj3hlUZXlHQsunO kMBs66HqLoCFITPNub1/TqqNHNB/2QRA0Fi2+aYB+7XJ+T4F+/FJ0mAh5XVZspgj Ks= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=professional, H*Ad:U*email, Professional X-HELO: h2.cmg1.smtp.forpsi.com To: cygwin AT cygwin DOT com From: Ladislav DANKO Subject: problem with paste-from-clipboard Message-ID: Date: Fri, 12 May 2017 20:50:26 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hi folks, I have problem with "paste-from-clipboard" in cygwin. In ~/.inputrc file I have just this line: "\e[2~": paste-from-clipboard I start cygwin terminal (as C:\cyg64\bin\bash.exe --login -i), from another (say, GUI) place I copy some text into clipboard and I try to include it with Insert key to cygwin terminal. Nothing happend. I tried run `sed -n l` to check that my Insert key gives right keystroke: $> sed -n l \033[2~$ So it looks like keystroke is mapped good. I included another line in ~/.inputrc just to verify, that ~/.inputrc is sourced: "\e[3~": end-of-line and now when I hit Delete key, cursor is moved at the end of line. So looks like ~/.inputrc is sourced and works. But I can't include from clipboard. In terminal definition I have checked Quick edit mode and Insert mode. Does someone know what I'm doing wrong? My system: Win7 64 Professional, English. Ladislav -- 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