Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[RESEND] Do 'select' should behave like this?
- X-seq: zsh-workers 20119
- From: DervishD <raul@xxxxxxxxxxxx>
- To: Zsh Workers <zsh-workers@xxxxxxxxxx>
- Subject: [RESEND] Do 'select' should behave like this?
- Date: Wed, 30 Jun 2004 12:20:58 +0200
- Mail-followup-to: Zsh Workers <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: Pleyades
Hi all :)
Try this:
select ITEM in 1 2 3 4 ; do print $ITEM ; clear ; done
Enter '1', for example, and see how the list dissapears. You must
press 'enter' to display it again. Any way of solving this? Should I
set or unset any option? It only happens when issuing the clear or
when the executed command clears the screen (for example, try to use
a viewer instead of 'print').
Thanks a lot in advance :)
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736
http://www.pleyades.net & http://raul.pleyades.net/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author