From owner-freebsd-bugs Sat Jul 13 02:07:51 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA24961 for bugs-outgoing; Sat, 13 Jul 1996 02:07:51 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA24940; Sat, 13 Jul 1996 02:07:48 -0700 (PDT) Date: Sat, 13 Jul 1996 02:07:48 -0700 (PDT) From: Joerg Wunsch Message-Id: <199607130907.CAA24940@freefall.freebsd.org> To: roberto@keltia.freenix.fr, joerg, freebsd-bugs Subject: Re: bin/1381 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: When one resizes an xterm window, $TERMCAP doesn't change State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Sat Jul 13 11:06:22 MET DST 1996 State-Changed-Why: This is a no-bug. The shell is not supposed to modify its environment. The intended way for programs to learn about this is the strct winsize. The entire winsize idea is a bit weird though.