Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Adding hook to SIGWINCH
- X-seq: zsh-workers 22987
- From: "Nikolai Weibull" <now@xxxxxxxx>
- To: "Peter Stephenson" <pws@xxxxxxx>
- Subject: Re: Adding hook to SIGWINCH
- Date: Wed, 8 Nov 2006 20:41:29 +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=jzAfdp66w08mJ8RcU0KWGWiW+eUKOu7RPyBgMgY/RK4TwBMek0VJWQxGdoFzqGPVOMEAINga+LWpMDQ0IIhtPJTH88XzqYfE2/crB+eUTlEyoQw38gnzFhWqmbAYiCOddP/QeEHCpKC7aj3nTx/BWawIm7uqeWQOjuzbSp7N3+k=
- In-reply-to: <200611081934.kA8JYPSu009347@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <dbfc82860611081132r28c1e19r15388f256e4d1380@xxxxxxxxxxxxxx> <200611081934.kA8JYPSu009347@xxxxxxxxxxxxxx>
- Sender: nikolai.weibull@xxxxxxxxx
On 11/8/06, Peter Stephenson <pws@xxxxxxx> wrote:
"Nikolai Weibull" wrote:
> It would be nice if one could be notified when a SIGWINCH has been
> received so that things depending on $LINES or $COLUMNS can adjust to
> their new values.
You should already be able to define TRAPWINCH() { ... }.
Ah, but this will override the previous definition, will it not?
nikolai
Messages sorted by:
Reverse Date,
Date,
Thread,
Author