Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Procomm aspect scroll back buffer 2

Status
Not open for further replies.

gam4939

Technical User
May 9, 2006
2
US
how can the scroll back buffer be clear within a script.
 
You can use the termreset command, here is what it does from the help file:

Clears the Terminal window, moves the cursor to row 0, column0, and re-initializes the emulation.

While it doesn't explicitly say so, reinitializing the emulation also wipes the scrollback buffer.

 
Code:
set terminal sbpages 0   ;destroys scrollback buffer
set terminal sbpages 1000    ;sets new scrollback buffer size
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top