delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/10/18/07:37:23

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:date:from:to:subject:message-id:in-reply-to
:references:mime-version:content-type:content-transfer-encoding;
q=dns; s=default; b=ObyVkHcZTqICJbIMmBG4BtmTdF+AAelFp/AErqofLv6
C+5aW6GU0c/gacSnZjqreDD+ZVijmuK6FTdFPTJ+IdKYG8swxPlQ29BJ7LGd1B0G
47Mw+9u8PbmlJNeOwOTkC5PFLmbBrLFwPR8G96S4gSP8RHzaZrChTfTNazTe/PjI
=
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:date:from:to:subject:message-id:in-reply-to
:references:mime-version:content-type:content-transfer-encoding;
s=default; bh=e+hF/lCWkC4yyMwI9PYaSNHSnK8=; b=dbnF6tZQ/gSFJAXML
7h/lRczjt6fACDi6cReKTU20aWvfNx9rEqFdIG2PTek/zgmGUs1ckBgjdS9U/6Gu
hllAZqm4V2e4Zqc/0ZE9ha4ejf0zxNjukHl2T8TRSRKHRnBckqyefHGXef4zBnZ7
Ux4AQSAUhXQZyRJbXXBIDBNAe8=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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-Spam-SWARE-Status: No, score=-9.7 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HDKIM-Filter:v2.10.3, ANNOUNCEMENT
X-HELO: conssluserg-02.nifty.com
DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-02.nifty.com x9IBaNrP029675
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1571398583; bh=RjEuJb4XUBp1HP5zh+qRhPOwn5L/jWBaW9e/WFAy22A=; h=Date:From:To:Subject:In-Reply-To:References:From; b=tung7KpzO1KGmtyuYK8jcxu3lJH9T5ewbmg3VSX0MnsLQsjZZ1/Ay0K0tvUxkFdgw CTyP26wSK5ijz/VtytuqY+2ie7og3QcHTPxga/d6SPWoDW6MbjxVnx+7BuQFp/HrVd Wkz+GnjCGwaEx0Gj+eckdFB+RxxAWTD+Ak3M8zG3lWClclDK8GXX0vqPqSnB1zyg6q hrSClfjHGViGqw5CIaGVq+QwtLPxhvIUe01Sl0eWMz+I1Nk/aUa/wEcLzoq0qaccKo tD72z/WG3Vz9iuEnwIkfOs2PYl9ltRqPSsOMkH/OKSojrf03/lULFPdU93pPN3jI+r bFoQ2bUwD6MIA==
Date: Fri, 18 Oct 2019 20:36:32 +0900
From: Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>
To: cygwin AT cygwin DOT com
Subject: Re: [ANNOUNCEMENT] cygwin 3.1.0-0.6 (TEST)
Message-Id: <20191018203632.f05b8bf99cb7d3ac384b1d99@nifty.ne.jp>
In-Reply-To: <20191016213255.00a144f60395eb00c9ba5f3b@nifty.ne.jp>
References: <announce DOT 20190922101035 DOT 2703-1-kbrown AT cornell DOT edu> <aa4429ee-a974-5888-f602-d2e686f8cc2b AT ssi-schaefer DOT com> <20191011182439 DOT 6dd3fedb2c7138627e53c053 AT nifty DOT ne DOT jp> <99298a9a-5de3-0e14-0128-c693b278f5e7 AT ssi-schaefer DOT com> <20191016213255 DOT 00a144f60395eb00c9ba5f3b AT nifty DOT ne DOT jp>
Mime-Version: 1.0
X-IsSubscribed: yes

Hi Michael,

On Wed, 16 Oct 2019 21:32:55 +0900
Takashi Yano wrote:
> On Mon, 14 Oct 2019 13:07:22 +0200
> Michael Haubenwallner wrote:
> > Actually I do prefer the TERM=dumb behaviour, having the current terminal
> > buffer content get redrawn at line 1 when cmd is started only, not when
> > running just Cygwin programs.
> > 
> > My real problem is more sophisticated, and boils down to the creation of some
> > pty's in a row, each having some commands run inside, and I do expect to see
> > the output of each command while the series runs and when done, much like:
> > 
> > ----------------------------------------
> > > {some output from previous linux commands}
> > > {some output}
> > > {some output}
> > > haubi AT linuxbox ~ $ ssh -t cygwin2016 hostname; hostname; ssh -t cygwin2016 hostname
> > > cygwin2016
> > > Connection to cygwin2016 closed.
> > > linuxbox
> > > cygwin2016
> > > Connection to cygwin2016 closed.
> > > haubi AT linuxbox ~ $
> > ----------------------------------------
> 
> Let me consider...

I have made a patch for this dilemma and will submit soon.
Could you please test?

-- 
Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019