Hi.

I use my spanking-new LTSP setup to have my clients telnet into a UNIX server where I 
keep my Progress databases to do manual editing and data entry.  I've been screwing 
with the .Xresources and .Xdefaults to get the
keyboard functions to work that don't normally with VT100 emulation - ie, the function 
keys, arrow keys, etc.

These work now with only one odd quirk that I haven't seen any documentation on. At 
the client workstation the Page_Up and Page_Down keys only page up and down the local 
telnet session, that is, the Xterm window
itself scrolls, not the pages on information that normally scroll from the server.  I 
use NetTerm on my windows workstations and they work just fine, so I know its possible.

Does this ring a bell with anyone?

Here's my .Xresources file:

#ifdef COLOR
*customization: -color
#endif

emacs*Background: DarkSlateGray
emacs*Foreground: Wheat
emacs*pointerColor: Orchid
emacs*cursorColor: Orchid
emacs*bitmapIcon: on
emacs*font: fixed
emacs.geometry: 80x25

Seyon.modems: /dev/modem

xterm*background: Red3
xterm*foreground: White
xterm*cursorColor: Red
xterm*reverseVideo: false
xterm*scrollBar: true
xterm*reverseWrap: true
xterm*font: -adobe-courier-bold-r-normal--20-140-100-100-m-150-iso8859-1
# xterm*font: 10x20
xterm*fullCursor: true
xterm*scrollTtyOutput: off
xterm*scrollKey: on
xterm*VT100.Translations: #override\n\
     <KeyPress>Page_Up: scroll-back(1,page)\n\
     <KeyPress>Page_Down: scroll-forw(1,page)\n\
    <Key>BackSpace: string(0x08)\n\
     <Key>Delete: string(0x07f)\n\
     <Key>F5: string("0x1b") string("[M")


xterm*titleBar: false

xterm_color*background: Red
xterm_color*foreground: Wheat
xterm_color*cursorColor: Orchid
xterm_color*reverseVideo: false
xterm_color*scrollBar: true
xterm_color*saveLines: 5000
xterm_color*reverseWrap: true
xterm_color*font: fixed
xterm_color.geometry: 80x25+20+20
xterm_color*fullCursor: true
xterm_color*scrollTtyOutput: off
xterm_color*scrollKey: on
xterm_color*VT100.Translations: #override\n\
 <KeyPress>Prior : scroll-back(1,page)\n\
 <KeyPress>Next : scroll-forw(1,page)
xterm_color*titleBar: false



_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to