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

Signal handling/zcurses



Hi guys,

I have a script which loops over zcurses input to get user input and I
set a trap on USR1 to launch a function.

If I kill -USR1 this script, the function is executed as planned but
then zcurses input terminated and ends the loop.

Why does zcurses terminated on USR1 ? Is there a way to change that
apart of changing module source code (or maybe this is a bug) ?

Thanks.
-- 
Anthony CHARLES



Messages sorted by: Reverse Date, Date, Thread, Author