From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12350 invoked from network); 30 Apr 2001 22:20:19 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 Apr 2001 22:20:19 -0000 Received: (qmail 2108 invoked by alias); 30 Apr 2001 22:20:07 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3845 Received: (qmail 2092 invoked from network); 30 Apr 2001 22:20:06 -0000 From: "Bart Schaefer" Message-Id: <010430151929.ZM9593@candle.brasslantern.com> Date: Mon, 30 Apr 2001 15:19:29 -0700 In-Reply-To: <200104302023.f3UKNWF17853@meow.raye.com> Comments: In reply to Geoff Raye "Re: do I win the "most pointless use of ZSH" award? ;)" (Apr 30, 3:23pm) References: <200104302023.f3UKNWF17853@meow.raye.com> X-Mailer: Z-Mail Lite (5.0.0 30July97) To: zsh-users@sunsite.dk Subject: Re: do I win the "most pointless use of ZSH" award? ;) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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).