Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Adding hook to SIGWINCH
- X-seq: zsh-workers 22990
- From: "Nikolai Weibull" <now@xxxxxxxx>
- To: "Peter Stephenson" <p.w.stephenson@xxxxxxxxxxxx>
- Subject: Re: Adding hook to SIGWINCH
- Date: Wed, 8 Nov 2006 22:42:06 +0100
- Cc: "Zsh hackers list" <zsh-workers@xxxxxxxxxx>
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=sIFSEffeyz7pAbtOBZ6flIT7rjJhj09R5ETJJl1/FrPMmxa5RFXDGDmAiaJYXhb7900rEQ8EkqgmNiCzKRrXfEyTPdmZce4yPB6Zl9exidH27KzrQHJVJotmYWrt39Nfcts8Up03QuGrdj+6/5gbL7di7btaSVOBLiwERtXcPmo=
- In-reply-to: <200611082135.kA8LZOQY002911@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <dbfc82860611081141j22ed85fcy3a2309106c497c96@xxxxxxxxxxxxxx> <200611082135.kA8LZOQY002911@xxxxxxxxxxxxxxxxx>
- Sender: nikolai.weibull@xxxxxxxxx
On 11/8/06, Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx> wrote:
"Nikolai Weibull" wrote:
> > You should already be able to define TRAPWINCH() { ... }.
>
> Ah, but this will override the previous definition, will it not?
Sure, but it's not very likely that you will need multiple independent
handlers for a rather specific signal.
I need it for my prompt. And perhaps I'll need it for something else?
Of course, since I can't think of what that "something else" would
be, perhaps I'll just drop it.
nikolai
Messages sorted by:
Reverse Date,
Date,
Thread,
Author