X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org AEFCA3858C33 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=wp.pl Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=wp.pl DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1661383048; bh=OM682aZ5y1vwNSHQzro7DFC0hMgl7K8239JMNJcxHKM=; h=Subject:From:To; b=GjuejeERBaQc0cvru1Dg5gV2eqKMhyuk4xv5BD0N94Z9dDoSgjuS0Z7gQBfz9rqTp ID2aYemSMZ6zFjiYg9ZeMAtxbrlUUoLvN6THO79W4zHsGGfoK5BCQgxdhqkObsBgFG +VD/GEtBMFRT/d8xoRV/IA/vtc+iufC+ZgHcfXPo= MIME-Version: 1.0 User-Agent: GWP-Draft X-FactoryStamp: H--- Date: Thu, 25 Aug 2022 01:17:28 +0200 X-Draft-Variant: new X-Draft-Contenttype: text/html Subject: =?UTF-8?Q?single_key_stroke_=60git_add_-p=60_bug?= From: =?UTF-8?Q?trashyankes=40wp=2Epl?= To: =?UTF-8?Q?cygwin=40cygwin=2Ecom?= Message-ID: X-WP-MailID: c024f205c6873f7f01d6fbeff4ec77ce X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 0000010 [AfNE] X-Spam-Status: No, score=1.0 required=5.0 tests=BAYES_50, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 27ONIHsJ008854 Hello I update recently all cygwin packages and after that `git add -p` stop working correctly. (previous update I did around 2 month ago) I use mintty on Windows 10 x64, and have set `git config --global interactive.singlekey true` when I run this command whole terminal freeze and show message from git: ``` warning: reading single keystrokes not supported on this platform; reading line instead ``` mintty stop accepting any input even `Ctrl-C`. I tried to revert mintty and git to older version but every one available have same behavior. For now disabling `singlekey` make this git operation work again but this is big lose in productivity. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple