From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38297 invoked by alias); 12 Aug 2019 13:44:12 -0000 Mailing-List: contact cygwin-developers-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner@cygwin.com Mail-Followup-To: cygwin-developers@cygwin.com Received: (qmail 38080 invoked by uid 89); 12 Aug 2019 13:44:10 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,HTML_MESSAGE,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=12082019, 12.08.2019, HX-Languages-Length:1122, H*c:alternative X-HELO: mout.kundenserver.de Received: from mout.kundenserver.de (HELO mout.kundenserver.de) (212.227.126.187) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 Aug 2019 13:44:09 +0000 Received: from [10.161.52.27] ([178.19.220.109]) by mrelayeu.kundenserver.de (mreue009 [212.227.15.167]) with ESMTPSA (Nemesis) id 1MNbtD-1hdaVJ3kNf-00P5mJ for ; Mon, 12 Aug 2019 15:44:06 +0200 Subject: Re: [PATCH v6 1/1] Cygwin: pty: add pseudo console support. To: cygwin-developers@cygwin.com References: <20190812120927.2034-1-takashi.yano@nifty.ne.jp> <20190812120927.2034-2-takashi.yano@nifty.ne.jp> From: Thomas Wolff X-Tagtoolbar-Keys: D20190812154405856 Message-ID: <6535a0f7-0ec3-222e-db83-7666f1378eea@towo.net> Date: Mon, 12 Aug 2019 13:44:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190812120927.2034-2-takashi.yano@nifty.ne.jp> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00005.txt.bz2 On 12.08.2019 14:09, Takashi Yano wrote: > - Support pseudo console in PTY. Pseudo console is a new feature > in Windows 10 1809, which provides console APIs on virtual > terminal. With this patch, native console applications can work > in PTY such as mintty, ssh, gnu screen or tmux. > --- > ... Hi Takashi, I'd like to test your patch again, but if fails to apply to the current master version for me. Can you please tell us the commit (of newlib-cygwin/winsup) the patch is based on, so it can simply be applied for testing? Thomas