summaryrefslogtreecommitdiffstats
path: root/share/termcap/termcap.src
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-05-25 20:51:22 +0000
committerobrien <obrien@FreeBSD.org>2001-05-25 20:51:22 +0000
commitc7b5d10ab17bf4d270d92fdb371c759ccfb7a55a (patch)
tree266702c94f99e4f333e7d0e9f79100197e01ebcf /share/termcap/termcap.src
parent851fceab51b8b97544af74fe8f395076099eff89 (diff)
downloadFreeBSD-src-c7b5d10ab17bf4d270d92fdb371c759ccfb7a55a.zip
FreeBSD-src-c7b5d10ab17bf4d270d92fdb371c759ccfb7a55a.tar.gz
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.
Diffstat (limited to 'share/termcap/termcap.src')
-rw-r--r--share/termcap/termcap.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/termcap/termcap.src b/share/termcap/termcap.src
index 06d0e99..c46cbad 100644
--- a/share/termcap/termcap.src
+++ b/share/termcap/termcap.src
@@ -2620,7 +2620,7 @@ xterm-xf86-v32|xterm terminal emulator (X Window System):\
:u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?1;2c:u9=\E[c:
# @(#)termcap X10/6.6 11/7/86, minus alternate screen, plus :cs
xterm|vs100|xterm terminal emulator (X window system):\
- :li#65:\
+ :li#24:\
:kh=\EOH:@7=\EOF:kb=^H:kD=^?:\
:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:km:\
:is=\E>\E[?1;3;4;5l\E[?7;8h\E[1;65r\E[65;1H:\
OpenPOWER on IntegriCloud