Path: utzoo!attcan!uunet!tank!ncar!mailrus!cornell!allan From: allan@sjofn.cs.cornell.edu (James Allan) Newsgroups: comp.windows.x Subject: xterm question Keywords: xterm Message-ID: <22658@cornell.UUCP> Date: 16 Nov 88 18:19:25 GMT Sender: nobody@cornell.UUCP Reply-To: allan@cs.cornell.edu (James Allan) Distribution: comp Organization: Cornell Univ. CS Dept, Ithaca NY Lines: 29 Pardon the rather non-technical nature of this question--I'm an X beginner and am a little lost in its world. Perhaps someone can help with my confusion. I am running X11R3 on a Sun 3/60. In my .xinitrc file, I have the following line: xterm -geometry 80x24+0+420 -T svax -n svax -e rsh svax & which, clearly, starts up an xterm session to a remote host (a vax, if you didn't guess :-). Oddly enough, whenever the remote session starts up, it thinks that it has 65 lines rather than 24. Specifically, the "stty everything" command says the window has 24 lines, but the "telltc" command in the tcsh says that I have 65. Some software seems to check the number-of-lines the same way that telltc does, so its paging doesn't work very well. When I was running X10, I found that this problem cropped up if the window was created with 25 or more lines, but that everything was dandy if it was created at 24. In X11R3 (and X11R2), the window size doesn't seem to make any difference. Is this problem a result of errors in tcsh and other software, or is there something I can do when starting up the window that will correct this problem? Thanks in advance for any advice. And, again, apologies for not referring to widgets and xpixels and other things that are quite beyond my ken.