Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: do I win the "most pointless use of ZSH" award? ;)
- X-seq: zsh-users 3845
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: do I win the "most pointless use of ZSH" award? ;)
- Date: Mon, 30 Apr 2001 15:19:29 -0700
- In-reply-to: <200104302023.f3UKNWF17853@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <200104302023.f3UKNWF17853@xxxxxxxxxxxxx>
On Apr 30, 3:23pm, Geoff Raye wrote:
> Subject: Re: do I win the "most pointless use of ZSH" award? ;)
>
> COLUMNS and LINES aren't immediately updated for me when I change text
> mode resolutions.
So changing resolutions doesn't send the process a SIGWINCH?
> Is there something I should do to make them as reliable as the tput
> values?
precmd() { kill -SIGWINCH $$ }
though that's probably overkill (nyuk nyuk nyuk).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author