This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] cygwin 3.1.0-0.6 (TEST)


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@linuxbox ~ $ ssh -t cygwin2016 hostname; hostname; ssh -t cygwin2016 hostname
> > cygwin2016
> > Connection to cygwin2016 closed.
> > linuxbox
> > cygwin2016
> > Connection to cygwin2016 closed.
> > haubi@linuxbox ~ $
> ----------------------------------------

Let me consider...

-- 
Takashi Yano <takashi.yano@nifty.ne.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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]