Operating System - HP-UX
1834249 Members
1806 Online
110066 Solutions
New Discussion

How to increase dtterm's scroll bar buffer?

 
SOLVED
Go to solution
kuotaiyi_2
Occasional Advisor

How to increase dtterm's scroll bar buffer?

Hi,

I want to increase dtterm's right side scroll bar buffer.

How to do it?

Please provide some comment.
Thanks

Taiyi
4 REPLIES 4
Patrick Wallek
Honored Contributor

Re: How to increase dtterm's scroll bar buffer?

Have a look at the man page for dtterm.

# man 1 dtterm

The specific argument you are looking for is '-sl', where the syntax is '-sl ###s' for the number of screens or '-sl ###l' for the number of lines where ### is the value you want. The maximum is 32767 lines.

The syntax would be something like this:

# dtterm -sl 5000l

Where the last character the letter el (l) not the number one. The above would give you a 5000 line buffer.
kuotaiyi_2
Occasional Advisor

Re: How to increase dtterm's scroll bar buffer?

Thanks,Patrick

But that is not what I want.
Sorry, I need say more.

I want to change this function for everytime when I click dtterm icon.

Thanks
Patrick Wallek
Honored Contributor
Solution

Re: How to increase dtterm's scroll bar buffer?

Have a look at document ID KBRC00008607 from the ITRC TKB.

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062909380

I believe this will help you.
kuotaiyi_2
Occasional Advisor

Re: How to increase dtterm's scroll bar buffer?

Thanks Patrick,

Right, the answer is inside.

Thanks