Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Debug / cut'n'paste on IRIX
- X-seq: zsh-workers 5769
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "Helmut Jarausch" <jarausch@xxxxxxxxxxxxxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: Debug / cut'n'paste on IRIX
- Date: Fri, 12 Mar 1999 12:20:37 +0300
- Importance: Normal
- In-reply-to: <jarausch-990312100406.A0A1012@numa1>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
the code.
>
> Several tries with a normal zsh (full speed) show that even than
> sometime it works just fine but then again it looses some of the input
> when this comes at high speed as is true when it comes via cut'n'paste.
>
Aha! This sounds the hell like FIONREAD problem (typeahed is lost).
Folks, what happens, when ZSH outputs PS2? What I mean is:
if I simply have typeahead and ZSH returns to PS1, it (if configured - my
case) explicitly uses FIONREAD to check for typeahead before changing tty
modes.
Does it do the same for PS2? Does it change tty modes in this case? If yes,
is it using FIONREAD?
cheers
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author