From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41519 invoked by alias); 2 Apr 2019 17:16:25 -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 41509 invoked by uid 89); 2 Apr 2019 17:16:25 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=screen, 02042019, HX-Languages-Length:682, 02.04.2019 X-HELO: mout.kundenserver.de Received: from mout.kundenserver.de (HELO mout.kundenserver.de) (217.72.192.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 02 Apr 2019 17:16:24 +0000 Received: from [192.168.178.45] ([95.91.242.222]) by mrelayeu.kundenserver.de (mreue107 [212.227.15.183]) with ESMTPSA (Nemesis) id 1MFslN-1h9Sfq1XFX-00HQBh for ; Tue, 02 Apr 2019 19:16:21 +0200 Subject: Re: Pseudo console support in PTY To: cygwin-developers@cygwin.com References: <20190330220804.a3be5fa8c4d5569464309d66@nifty.ne.jp> <20190402110248.GP3337@calimero.vinschen.de> From: Thomas Wolff Message-ID: Date: Tue, 02 Apr 2019 17:16:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190402110248.GP3337@calimero.vinschen.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00001.txt.bz2 Am 02.04.2019 um 13:02 schrieb Corinna Vinschen: > Hi Takashi, > > On Mar 30 22:08, Takashi Yano wrote: >> Patch 0003: Support pseudo console in PTY. With this patch, >> native console applications can work in PTY such as mintty, >> ssh, gnu screen or tmux. I've now tried your patched binaries on two systems. On one they don't run, on the other I saw no noticeable effect, particularly no impact on the pty/console interoperability... Thomas > I found another weird effect which I can't explain off the top > of my head: system_printf() debug output does not show up > in a mintty anymore with this patch. Any idea why? > > > Thanks, > Corinna