Re: x11-users digest, Vol 1 #371 - 2 msgs
Re: x11-users digest, Vol 1 #371 - 2 msgs
- Subject: Re: x11-users digest, Vol 1 #371 - 2 msgs
- From: Steven Langer <email@hidden>
- Date: Fri, 1 Aug 2003 10:05:28 -0700
Message: 2
Date: Thu, 31 Jul 2003 09:14:55 -0700
To: matt shultz <email@hidden>, email@hidden
From: Don MacQueen <email@hidden>
Subject: Re: xterm
And, if you put
*VT100.translations: #override\
<Key>Prior: scroll-back(1,pages) \n\
<Key>Next: scroll-forw(1,pages)\n\
in your .Xdefaults file, then the Page Up and Page Down keys will do
just that (provided, I suppose, that the -sl and -sb options are
used!).
-Don
At 9:39 AM -0400 7/30/03, matt shultz wrote:
hi.
quick question. are there other options for xterm in osX? cause i find
it really annoying that, for instance, the xterm does not have a scroll
bar like the macosX terminal does.
thanks!
m.
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback:
http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.
--
--------------------------------------
Don MacQueen
Environmental Protection Department
Lawrence Livermore National Laboratory
Livermore, CA, USA
--------------------------------------
--__--__--
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback:
http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.
End of x11-users Digest
I put the following lines in my .Xresources file:
XTerm*background: white
XTerm*foreground: black
XTerm*cursorColor: black
XTerm*VT100.Translations: #override <Key>BackSpace: string(0x7f)
XTerm*SaveLines: 1000
XTerm*scrollBar: on
XTerm*ttyModes: erase ^? intr ^C kill ^U susp ^Z
This file is read when my X11 server starts. There is a line at the
top of my .xinitrc file that refers to .Xresources. If you have a
modified .xinitrc, you should check that you didn't change the file
name. The last line is to make the backspace key erase the previous
character on the command line when I type in an xterm. I put it in
because the backspace key never seems to work properly when I do a
remote login using a default configuration.
Steve Langer
Lawrence Livermore National Laboratory
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.