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 6949
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: Problem with cursor position after wrapped completion lists
- Date: Fri, 2 Jul 1999 15:53:02 +0200 (MET DST)
- In-reply-to: Oliver Kiddle's message of Fri, 02 Jul 1999 14:42:43 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Oliver Kiddle wrote:
> The completion lists (as generated from the -Y option) don't work very
> well when lines wrap at the end of the line:
>
> cd ~+<tab>
>
> If the list then contains lots of stupidly long pathnames some of which
> wrap at the end of the terminal. For example:
Err, this works for me -- of course the completion code takes care to
count the lines (including wrapping) correctly. However, this will
only work if the COLUMNS parameter is correctly set (and the terminal
doesn't do automatic word-wrapping like your mailer ;-).
Are you sure that your COLUMNS information is correct?
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author