On Thu, Jul 13, 2006 at 05:01:09PM -0400, pryzbyj wrote:
> reassign 375849 bash
> thanks
> 
> I think this is actually a result of using bash ^X^E command
> composition mode (perhaps conditional on using vim 7).
There are difference in terminal state when running stty regularly,
rather than when entered from ^X^E:

$ wdiff -3 /tmp/{1,2}

 [-^V;-] {+<undef>;+}

This probably explains why apt never continued:
 [-icrnl-] {+-icrnl+}

I think this [helps to] explain why there was no line buffering:
 [-icanon-] {+-icanon+}

And this explains why it didn't echo:
 [-echo-] {+-echo+}


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to