delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/10/16/08:33:45

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=S/Xg872Jjhl6jbPU6TU6TkSgWbPsTS45pxYBJwXVzoD
ygjzoG+4Mp1s2GvrQUJsKoEMarpv5wWSfpfEfJQAN3VOrqpHJY1EZg9bYkg6sXhD
ctgPUxNkC/Rmys7gmcx/LtelNmy2wn+fezvvl+Zn5RXgwNmMZbuUwWX8pcWkuD0M
=
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=2nmVYuYql4Sw8VHVp8TSJdQ7MWw=; b=ZBNPwZuvVGruGzBfe
SpLZv5779oSpKu2dtWnujNZkAQQ1L0XugIJnwxz4i/vVwMMzEc6kIm+H1czMQr7J
X+FK+CAqVxNxhXA+MmSnutSvg9+ZIDqVLn+ggqMZ3us5nRPoHg8WyOT9iUBxNc1g
CcGtWrAwxlo01W4H5B2ziI1KCY=
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=-8.7 required=5.0 tests=AWL,BAYES_20,GIT_PATCH_2,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=D*jp, suddenly, UD:jp, loose
X-HELO: conssluserg-01.nifty.com
DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-01.nifty.com x9GCWi1i022545
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1571229165; bh=Of8aLMFPqfmWulZqW4D9zdVKH17q/n/s1W+mj/F4Ho4=; h=Date:From:To:Subject:In-Reply-To:References:From; b=o76X5xYzSOCnThhpeookFEf6smcAiNdXwdmqrWvIw6CnHBvaS76wl1ROIaBzMgCX7 ZmkjXTsJUYGkxSVCR3p9cblj/7tJqQlNZ54WoZDSkNvR3SznWFOkwPfJ9kRzFjbr+G kZvZZqT0EVLVwgmi/9bucgbvjSW2OcLDomtoDQTm+pFIaLMSTfyAWgrg8zjadFpdnk nsbIJoKROUgK79xIckVpZW3QEq5StS/sQgpYo9d9hVU0bYVd6swvaC5GA5Z4K1ozCW 1vuUULd5dKJYM1uuKwQ7S2Dejq6TPkAI0HcbNoLUqfHc6UbWpBg0U6v4j2mPrcRSMs cfyzujZHSTSbA==
Date: Wed, 16 Oct 2019 21:32:55 +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: <20191016213255.00a144f60395eb00c9ba5f3b@nifty.ne.jp>
In-Reply-To: <99298a9a-5de3-0e14-0128-c693b278f5e7@ssi-schaefer.com>
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>
Mime-Version: 1.0
X-IsSubscribed: yes

On Mon, 14 Oct 2019 13:07:22 +0200
Michael Haubenwallner wrote:

> Well... even that one is counter intuitive regarding the 'Last login' line.
> After login into Cygwin sshd, the 'Last login' line is not shown:
> 
...
> When starting cmd, the terminal does loose colors, and the 'Last login'
> line suddenly is shown as first line:

This is not as I intended. I will submit a patch for this issue.

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

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