Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Signal handling/zcurses
- X-seq: zsh-users 15969
- From: Anthony Charles <antho.charles@xxxxxxxxx>
- To: zsh-users ml <zsh-users@xxxxxxx>
- Subject: Signal handling/zcurses
- Date: Wed, 20 Apr 2011 12:19:11 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:mime-version :content-type:content-disposition:user-agent; bh=x43wlkuD3nQvsyqfaWyBLLCx1KBszH4dNiReyt+Lo4Q=; b=BtcERYS3YMeuelOd23wsWmrn9OpAJQ3IIIhy6nhbZZeWJW1Me/CqCtqVmRjFzJZ+0o haXyS9h4ZW6UkqktDSDM5lWhdNg9300KcziUyKksAIzcaf3qkSD4rJlg854/BCpDwK1n TxJ8XylsCMULKC2Q5eoot1J0uOfh+Hbrwscdc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=rXP3tEKaFPn/6djVPEvXDVYbGvzvozEiLt5pPygG7R1/L7aa3pEvpSdmgi943LgL1U cIHm5rzuRTIq+pijVqFqB8bwRN2AQiL3k3Qx2XcU1HNs9c87DpXmQ9vj9RRtma/0y83s PIoFpqS0Mi5xT1ngJZ+b82n1d+xYdZlXLm5HU=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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