The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: Redirect Xterm
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 07-18-2002
RTM's Avatar
RTM RTM is offline Forum Advisor  
Hog Hunter
  
 

Join Date: Apr 2002
Location: On my motorcycle
Posts: 3,039
Check out the man page for xterm. You may have to add it to your MANPATH to get the page (should be /usr/openwin/man)

If the process is already running and the xterm is started by a program - you may not be able to change it.

The default lines in buffer is 64. You can change that with the -sl option.

/usr/openwin/bin/xterm -sl 100 would give you a xterm with 100 lines saved in the scroll buffer.