Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Do 'select' should behave like this?



    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