[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why doesn't ncurses use my Terminfo file's `cols` and `lines`?
From: |
Stefan Monnier |
Subject: |
Re: Why doesn't ncurses use my Terminfo file's `cols` and `lines`? |
Date: |
Thu, 22 Jun 2023 18:44:37 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> Actually, given the description
>
> Human Designed Systems HDS3200 model 20; VT220 7bits; 50x132;
> auto-wrap=no
>
> I'd expect that you could use "resize" to get the window size updated.
Indeed `resize` does the trick as well.
Thanks,
Stefan