Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh hangup with listpacked.
- X-seq: zsh-workers 13308
- From: Tanaka Akira <akr@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: zsh hangup with listpacked.
- Date: 23 Dec 2000 00:04:28 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I found zsh hangup with listpacked on 80x24 terminal as follows.
Z(2):akr@flux% zsh -f
flux% stty size
24 80
flux% echo $ZSH_VERSION
3.1.9-dev-8
flux% autoload -U compinit; compinit -D; setopt listpacked; compdef _tst tst
flux% _tst () {
function> compadd aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
function> }
flux% tst <TAB>
A shorter or longer `a's doesn't cause hangup.
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author