mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
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.
This commit is contained in:
parent
2de2196026
commit
c360204b70
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77201
@ -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:\
|
||||
|
Loading…
Reference in New Issue
Block a user