Operating System - HP-UX
1834136 Members
2419 Online
110064 Solutions
New Discussion

scroll bar on hpterm window

 
SOLVED
Go to solution
Ron Bromwell
Frequent Advisor

scroll bar on hpterm window

in HP-UX 10.20, how do I added a scroll bar to an hpterm window, for all users?

Thanks,
Ron
life's a journey, not a destination
9 REPLIES 9
Massimo Bianchi
Honored Contributor

Re: scroll bar on hpterm window

Hi,
the simpler solution it to create a sample script that calls
hpterm -sb -sl 5000 <...>

<...> stand for all other things you need.

Massimo
Pete Randall
Outstanding Contributor

Re: scroll bar on hpterm window

Ron,

How are they raising the hpterm window? Are they using an icon on the CDE desktop, or are they using the hpterm command from the command line?


Pete


Pete
Ron Bromwell
Frequent Advisor

Re: scroll bar on hpterm window

icon on a the CDE desktop.
life's a journey, not a destination
Pete Randall
Outstanding Contributor

Re: scroll bar on hpterm window

 

Pete
Ron Bromwell
Frequent Advisor

Re: scroll bar on hpterm window

Pete,
I don't have the mentioned file. I searched the system and could not find it.
life's a journey, not a destination
Pete Randall
Outstanding Contributor

Re: scroll bar on hpterm window

Ron,

That's the way CDE is designed. When you want to customize something you copy the corresponding file from /var to /etc and modify it there, leaving the /var version alone.


Pete


Pete
Pete Randall
Outstanding Contributor

Re: scroll bar on hpterm window

Alex Glennie
Honored Contributor
Solution

Re: scroll bar on hpterm window

Create a file HPterm in either the /usr/lib/X11/app-defaults directory or in /usr/dt/app-defaults/ if you are using CDE.

This is an application resource file (system wide) as per man hpterm, add the appropriate resources here :

HPterm*scrollBar: True
HPterm*saveLines: 400

nb any resources set in $HOME/.Xdefaults or set by the user via CDE's style manager etc will overide the system wide resources.