How do I get a scroll bar on hpterms?
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