Date: Fri, 25 May 2001 13:51:23 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/termcap termcap.src Message-ID: <200105252051.f4PKpN885161@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2001/05/25 13:51:23 PDT Modified files: share/termcap termcap.src Log: The standard Xterm geometry is 80x24, not 80x_65_. In the past 2 months or so, after rlogining into another host, the environment has the geometry wrong. Peter suggested that this behavior change was most likely caused by the PAM stuff that changed to run a proper session with a forked child. And that for some reason the window size is no longer being transferred via an OOB message on the socket. This change fixes my problem and seems to be a good stopgap measure until someone has time to ktrace/ktrace -i inetd to catch all the child processes it spawns while doing an rlogin and change window size a few times to see how far the change messages are getting. Revision Changes Path 1.107 +2 -2 src/share/termcap/termcap.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105252051.f4PKpN885161>