Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
listlist() display corruption
- X-seq: zsh-workers 28925
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: listlist() display corruption
- Date: Sat, 19 Mar 2011 18:54:04 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=uG2ZBSPhIfkUArt5/zgIgMJcorsYny0zoWVl3SX6KF4=; b=fyDB2kb6ZDSkZDlYM10+t/n4vLMqZnbtiTkmMW5vsoKlPOHKzAbPzAfuQxy65Em0PT TYJLVjQYbwXPoDw6elhqC1Dzlicc1d/y0DhXrP6sTupmHWPduQdTx08K45+9fFSpeQyf XBecLZeCXwE+1pBbJyXKGAPPT3hp77YSzC/ig=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=OI/9AznK+A8xgUq5lkIowUkQ1l7hOWuCKwHbqr7WKnX4nFWcIK3tbbBbzJoqn63QDX iWd50Dmkt5ve0XgVBOFTTmFbic+NtzkMGHI5aK9d2RPS7vP6mHF+27o4qsDNWRyvPVzA LOGWGZQp47rfgwhSYZFgSDn9i3R+LCCsGKFko=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
listlist(), used among other places in list-expand and where-is, moves
the prompt one line down every time it executes if any of the elements
it tries to show is longer than the terminal width. To try it, touch a
long filename (or make the terminal narrower) and type part of it's
name and a * and run list-expand. Alternatively, run where-is and type
history-incr, make the terminal quite narrow, and press tab a few
times.
I am not quite in the mood to look at it right now so I'm posting it
so I won't forget, but I won't complain if anyone else fixes it in the
meantime.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author