Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Problem with cursor position after wrapped completion lists
- X-seq: zsh-workers 7033
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Sven Wischnowsky" <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: Problem with cursor position after wrapped completion lists
- Date: Thu, 8 Jul 1999 14:57:22 +0400
- Importance: Normal
- In-reply-to: <199907081043.MAA12036@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> Yes, I had a look at 4855 and the solution was clear, of course, but
> we can't simply use one function for all cases because we don't want
> that: explanation strings have to handle %-escapes, display-lists
> should be printed literally, and matches should be printed in a way
> that is called (in the code) `nice' (as in `nicezputs()').
>
Ahem, I meant "one function that handles low level interaction with physical
display". All others should (ideally) simply update virtual screen, and then
call one single "refresh", that finally paints it.
Just midsummer dreams :-)
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author