From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sun, 10 Jan 2010 10:46:38 -0500 To: 9fans@9fans.net Message-ID: <2a2e7fd8d5638a3f734760519e356229@brasstown.quanstro.net> In-Reply-To: References: <1a0a369d1f2448d0be58f50fe646ee7b@ladd.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] p9p funny Topicbox-Message-UUID: bc560fdc-ead5-11e9-9d60-3106f5b1d025 On Sun Jan 10 10:42:33 EST 2010, l.vegro@gmail.com wrote: > i am experiencing the very same problem -- only i get > the echo every single time, not 2/3 -- and i get this > even when using pdksh. as previously reported, bash (or > zsh, for that matter) does not suffer of this problem. > any help would be greatly appreciated. the problem first > manifested itself after a system wide update... i'll see > if i can get a log of this and i will post it, if you > think this could be of help. the only thing i can add is that the reason that bash does not have this problem is because bash (readline) puts the console into raw mode and so there is no accumulation of the input and then the echo-off write of that input to the shell. this smells like a synchronization problem, but if it is, i missed it. - erik