Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: scrollable list of completions
- X-seq: zsh-users 10622
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: scrollable list of completions
- Date: Sat, 19 Aug 2006 11:13:42 -0700
- In-reply-to: <20060819100622.GG27421@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20060819100622.GG27421@xxxxxxxxxxxxx>
On Aug 19, 12:06pm, Vincent Lefevre wrote:
}
} How can I have both?
As far as I can tell, you can't. The test for whether to print that
prompt or invoke scrolling is deep in the C code after the shell
functions have given up control. You can hook in at the comppostfuncs
to ask the question yourself, but at that point it appears to be too
late to prevent the list from being printed anyway.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author