Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Signal handling/zcurses
- X-seq: zsh-users 15980
- From: Anthony Charles <antho.charles@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Signal handling/zcurses
- Date: Thu, 21 Apr 2011 16:31:45 +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:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=86ILB3kg5gLlzXzcRybp9h3mutxmN90Jh3cXvU6R3Us=; b=qZiqGEzZu2uhhVK0oOJIZdxxMr/LE44ASI/tblRYFkxwssVCta9GuPOQPWTS0KLKhq 2SAtGmftj4LGbhb5IxPTDRV0oSDAdBYZrtLTVm1q0+Pohmy53JhvrG/w7yWks79bIOsg WHhKfFWlu1nnhJU7eNNNHvy699q3RZmMRAlb4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=W/sRYGBFy79nspAo3p9X0L3IS1RyzaQ3eec0mTZ4lKvCMr/6C33GU6B9SKfyr5fwqT lodq7awlsfJ4eKfZrA/0mJIJ4RbdBdk91tR1f9vtGnYbGu1J42hyWf2oS8VA6yuNIMtu sgFoz5yC44SEncPG7w5KmQxPlYmOP0PaN43OQ=
- In-reply-to: <110421014823.ZM17325@torch.brasslantern.com>
- 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
- References: <20110420101911.GA6357@layslair.ath.cx> <110420074048.ZM16389@torch.brasslantern.com> <20110420192234.GB6357@layslair.ath.cx> <110421014823.ZM17325@torch.brasslantern.com>
Thanks for the info. Even SIGWINCH breaks the loop and terminate my
script, which is quite annoying.
man 3 getch says about wgetch in portability section that it may not
be interrupted by signals or it may return ERR with errno set to EINTR
depending of the implementation and OS. In my case, on Debian it
seems it's the second choice :)
--
Anthony CHARLES
Messages sorted by:
Reverse Date,
Date,
Thread,
Author