This is the mail archive of the cygwin@cygwin.com 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: small tty problem? Re: Updated: cygwin-1.3.18-1


On Thu, Dec 26, 2002 at 09:47:59PM -0500, Christopher Faylor wrote:
> >^ note "q" before the prompt.
> 
> Interesting problem.  Should be fixed in current cvs. 

Thanks Chris, looks fine here. But there is something similar...
WinME, latest everything, Cygwin from cvs, CYGWIN undefined 

try.sh is a 5 line demo script
# /bin/bash

echo -n "Do you want to insert NL? (yes/no) "
read answer
echo "The answer was $answer"

~: ./try.sh
Do you want to insert NL? (yes/no) yes
The answer was yes
~: ssh localhost
<snip>
You are successfully logged in to this server!!!

~: ./try.sh
Do you want to insert NL? (yes/no) yesThe answer was yes <= NO NL after yes
                                                         <= Extra NL
~: 

Pierre

P.S.: also during ssh session
~: echo hello
hello
~: sh
\w: echo hellohello
\w:
exit
~:

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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