Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 3.0.5: eval `resize` messes up
- X-seq: zsh-workers 3988
- From: Clint Olsen <olsenc@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: 3.0.5: eval `resize` messes up
- Date: Tue, 19 May 1998 00:21:31 -0700
- In-reply-to: <980518112027.ZM10579@xxxxxxxxxxxxxxxxxxxxxxx>; from Bart Schaefer on Mon, May 18, 1998 at 11:20:26AM -0700
- Organization: Intel Corporation, Hillsboro, OR
- References: <199805180745.AA013327509@xxxxxxxxxxxxxxxxxxxx> <19980512092717.A13425@xxxxxxxxxxxxxxxxxxxxxx> <19980518011037.A25015@xxxxxxxxxxxxxxxxxxxxxx> <980518112027.ZM10579@xxxxxxxxxxxxxxxxxxxxxxx>
On May 18, Bart Schaefer wrote:
> } 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.
>
> Run "resize" without the "eval" wrapper and see what it spits out. It
> may be emitting some syntax that zsh doesn't like. (And if you still
> have 3.0.2 around, run it there too and see it it differs at all.)
Resize spits out the usual:
COLUMNS=77;
LINES=30;
export COLUMNS LINES;
This doesn't change with shell versions.
There are no syntax errors on 3.0.5. It just plain doesn't respond to the
command. 3.0.2 seems to work fine.
-Clint
Messages sorted by:
Reverse Date,
Date,
Thread,
Author