Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 3.0.5: eval `resize` messes up
- X-seq: zsh-workers 3986
- From: Clint Olsen <olsenc@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: 3.0.5: eval `resize` messes up
- Date: Mon, 18 May 1998 01:10:37 -0700
- In-reply-to: <199805180745.AA013327509@xxxxxxxxxxxxxxxxxxxx>; from Tatsuo Furukawa on Mon, May 18, 1998 at 04:45:09PM +0900
- Organization: Intel Corporation, Hillsboro, OR
- References: <19980512092717.A13425@xxxxxxxxxxxxxxxxxxxxxx> <199805180745.AA013327509@xxxxxxxxxxxxxxxxxxxx>
On May 18, Tatsuo Furukawa wrote:
>
> Is this problem "If you evaluated `resize`, zsh is not measure
> terminal size"?
Yes. Resize alone seems to corectly meausre the new window 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.
Setting LINES and COLUMNS is precisely why I use "eval `resize`". It seems
to work on every other shell except Zsh. In fact it worked on Zsh 3.0.2.
-Clint
Messages sorted by:
Reverse Date,
Date,
Thread,
Author