Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: COLUMNS problem.
- X-seq: zsh-workers 1264
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: Rob.Hooft@xxxxxxxxxxxxxxxxxx (Rob Hooft)
- Subject: Re: COLUMNS problem.
- Date: Wed, 5 Jun 1996 17:12:51 +0100 (BST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx (Z Shell workers mailing list)
- In-reply-to: <199606051525.RAA04603@xxxxxxxxxxxxxxxxxxxxx> from "Rob Hooft" at Jun 5, 96 05:25:26 pm
>nu[100]crazy%% unset COLUMNS
>zsh: floating point exception zsh
That's an effect of setting COLUMNS to zero. unset does this. One of
the patches I sent recently, to fix "unset USERNAME", incidentally
fixes this, by stopping unset from zeroing integer parameters.
>nu[104]crazy% COLUMNS= zsh -f
>zsh: floating point exception COLUMNS= zsh -f
>nu[105]crazy% COLUMNS=0 zsh -f
>zsh: floating point exception COLUMNS=0 zsh -f
We need to do something about this. I don't think zsh can handle less
than 2 columns, possibly more.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author