From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2872 invoked from network); 18 May 1998 07:49:32 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 18 May 1998 07:49:32 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id DAA17277; Mon, 18 May 1998 03:45:39 -0400 (EDT) Resent-Date: Mon, 18 May 1998 03:45:39 -0400 (EDT) Date: Mon, 18 May 1998 16:45:09 +0900 Message-Id: <199805180745.AA013327509@rfcom704.kobe.hp.com> From: Tatsuo Furukawa To: olsenc@ichips.intel.com Cc: zsh-workers@math.gatech.edu In-Reply-To: <19980512092717.A13425@dtthp169.pdx.intel.com> (message from Clint Olsen on Tue, 12 May 1998 09:27:17 -0700) Subject: Re: 3.0.5: eval `resize` messes up Resent-Message-ID: <"L5-3D1.0.uD4.YS-Nr"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3985 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hi, Clint> Is there a known problem with using eval `resize`? I used to Clint> be able to do this with 3.0.2 (and any other shell). Is there Clint> some setting I might be missing? I'm on HP-UX 10.20. Is this problem "If you evaluated `resize`, zsh is not measure terminal size"? If so, this is normal zsh action. (Your setting is sufficient.) Zsh 3.0.5 trust LINES and COLUMNS. If you don't set LINES and COLUMNS, zsh measures terminal size. But If you set LINES and COLUMNS, zsh trusts its value. Therefore, if you execute "eval 'resize`", you must always execute "eval `resize`" when terminal size is changed. I don't know whether this is zsh's feature or bug. I just read source code. -- --------------------------------------------------------------- [(hp)] Hewlett-Packard Japan, Ltd Tatsuo Furukawa tatsuo@kobe.hp.com