Parent document is top of "comp.sys.hp.hpux FAQ"
Previous document is "6.2 How can I display an image on the root window with HP-VUE?"
Next document is "6.4 How can I put a title in my hpterm titlebar?"
6.3 How do I get a scroll bar on hpterms?
Set the following resources:
HPterm*scrollBar: TRUE
HPterm*saveLines: 1024
or some other other arbitrarily large number. To do this interactively, use
"hpterm -sb -sl 1024". You can also set these in an app-default file
(/usr/lib/X11/app-defaults/HPterm). You can also set saveLines to something
like "4s", which indicates four screens.
If you want the VUE panel terminal icon produce hpterm's that have
scroll bars, and also have their login shell run at the startup of
the terminal. To do this you have to modify the default action of the
VUE panel. The easiest way to do this on a system-wide basis is
to edit the "/usr/vue/types/xclients.vf" file. Change the line that says
"hpterm" to "hpterm -ls -sb -sl 400":
/usr/vue/types/xclients.vf
ACTION Hpterm
TYPE COMMAND
WINDOW-TYPE NO-STDIO
EXEC-STRING hpterm -ls -sb -sl 400
DESCRIPTION The Hpterm action starts an hpterm terminal
emulator.
END
(Thanks to Greg Cagle <gcagle@hpupora.nsr.hp.com> and
John Kemp <JohnKemp@uiuc.edu> )
Parent document is top of "comp.sys.hp.hpux FAQ"
Previous document is "6.2 How can I display an image on the root window with HP-VUE?"
Next document is "6.4 How can I put a title in my hpterm titlebar?"