- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: stored lines in xterm-window
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2000 01:14 AM
06-15-2000 01:14 AM
where can i change the number of lines
stored in an xterm-window(to be able
to scroll back more lines)?
thanks to anyone who reads&replies.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2000 01:40 AM
06-15-2000 01:40 AM
Re: stored lines in xterm-window
xterm -sb -sl
check out the man page of xterm for more information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2000 01:43 AM
06-15-2000 01:43 AM
Re: stored lines in xterm-window
vi .Xdefaults :
xterm*saveLines : 300 (or *saveLines : 300)
the second entry I think will affect hpterm dtterm as well
restart X / CDE for changes to take affect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2000 01:50 AM
06-15-2000 01:50 AM
Re: stored lines in xterm-window
start the xterm with:
xterm -sb -sl
Set lines to e.g. 500 will give you a history of 500 lines to scroll back.
Greetings
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2000 02:10 AM
06-15-2000 02:10 AM
SolutionFor xterms:
1. Cd to /usr/lib/X11/app-defaults
2. Use your favorite and edit the file called "XTerm"
(Unlike HPterm, XTerm should already exist)
3. Put the following 2 lines in this file:
XTerm*scrollBar: true
XTerm*saveLines: 1000
N.B.
The resource:
HPterm*scrolledLines: 2000
sets the number of scrolled lines to 2000.
Note that you may not want to make this excessively large (>5000) as it can
affect system performance.
I hope this helps.