Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh always resets LINES to 24.
- X-seq: zsh-users 998
- From: Andrew Main <zefram@xxxxxxxxx>
- To: hzoli@xxxxxxxxxxxxxxx (Zoltan Hidvegi)
- Subject: Re: zsh always resets LINES to 24.
- Date: Wed, 3 Sep 1997 09:27:20 +0100 (BST)
- Cc: jahwan@xxxxxxxxxxxxxxxxxx, zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <199709030440.AAA01426@xxxxxxxxxx> from "Zoltan Hidvegi" at Sep 3, 97 00:40:18 am
Zoltan Hidvegi wrote:
>The patch below is an attempt to cure this. When you manually set
>LINES or COLUMNS to something which is different from the last value
>returned by TIOCGWINSZ, zsh will not touch it unless it receives a real
>SIGWINCH signal. I hope this helps. If anyone has a better solution,
>please tell me.
Better solution: when setting LINES or COLUMNS, use the appropriate
ioctl to set the tty window size to the user-specified value.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author