This is the mail archive of the
cygwin-patches
mailing list for the Cygwin project.
Re: [PATCH v3 0/1] Cygwin: pty: Fix the behaviour of Ctrl-C in the pseudo console mode.
- From: Ken Brown <kbrown at cornell dot edu>
- To: "cygwin-patches at cygwin dot com" <cygwin-patches at cygwin dot com>
- Date: Sat, 14 Sep 2019 15:29:50 +0000
- Subject: Re: [PATCH v3 0/1] Cygwin: pty: Fix the behaviour of Ctrl-C in the pseudo console mode.
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=cornell.edu; dmarc=pass action=none header.from=cornell.edu; dkim=pass header.d=cornell.edu; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=c1srSrDFja4sZDOrQox06FRKGfpTERMy6nKzgNT+y3w=; b=MnX5AhAp8bwHTrnssE/VVK9yY2NvtyIiLBF2w7L3JgXibtHvNLrcT+jWKlbtLkXVlsBJxF1EmgzLLr7Z9XIS6aU4zV7PcVggCIE6QqToQIl3oCAwQWPtBPecXU7HX4YelhoF4bZUtybmP6W5qQ9GxbeTaY1WD0i4ubkYhEPagHvPpz+MO8p2fDFkNSCerxWWGHIxBLf7LtNwsYe7HISzUI2rRIsmQLbmneaV2z/qIHMdo+19295Xa8P6pea++Ri/8rHEmR9/DANUhvKJX+eGfXwXKrJRfn7AMKxqie2ZA0eu4B80Uen0oBL74Bj+88fcMia0IrDXIaqTS53bT+5m3Q==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=eGTDvaNbrAAD30uQNJ4kuCfOy+TN//j5eHERxtFtK2RQI+XL0i4MJdV6ibihTNFgTn4xrbwcptmYW2JvAwegBmO0gspvBs40fvQLz/qBV7N43LhvFhr/W7VBCF2f78XUx62h6LdmVPWfXr5jHGarDvbbT6Ne5JcF/HZD+l+uCoBeDTJLjnrA2DZzCDbi1+Ryj8MpTzz5jbgn1YMddN/meg7MEKw/gJ091En5TNgEkhg/0+uU0EKjmYV6JMparj5tzTegEieR18IPsiU1ESod4Jp9DNoY5VkuLj1bBqen3mS63J6OnFKjd9Xagu2b0EUUKXYNmBQs6Q2V0Op+aU43Dw==
- References: <20190906145200.802-1-takashi.yano@nifty.ne.jp> <3cf7455c-25b6-5c97-3cdb-d68590e44d8f@cornell.edu> <20190914065234.21c01267db0e0eb3f1347ff2@nifty.ne.jp>
Hi Takashi,
On 9/13/2019 5:52 PM, Takashi Yano wrote:
> I submitted five patches during your absence.
>
> Four of them are for pseudo console support, the other one is for console.
>
> [PATCH v5 0/1] Cygwin: pty: Fix the behaviour of Ctrl-C in the pseudo console mode.
> [PATCH 0/1] Cygwin: pty: Fix screen alternation while pseudo console switching.
> [PATCH 0/1] Cygwin: pty: Prevent the helper process from exiting by Ctrl-C
> [PATCH v2 0/1] Cygwin: pty: Switch input and output pipes individually.
> [PATCH 0/1] Cygwin: console: Fix read() in non-canonical mode.
All pushed. Thanks.
Do you think there have been enough changes that I should issue another test
release, or do you have more patches in the works?
Ken