This shows you the differences between two versions of the page.
— |
window_clear [2007/07/10 22:09] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # $EPIC: window_clear.txt,v 1.3 2007/07/10 22:09:59 jnelson Exp $ | ||
+ | ======Synopsis:====== | ||
+ | [[window]] clear | ||
+ | |||
+ | ======Description:====== | ||
+ | [[CLEAR]] scrolls the visible part of the window's scrollback buffer up | ||
+ | until none of it is visible. The scrollback buffer is not changed in any | ||
+ | way -- the lines are still there, and can still be viewed by scrolling | ||
+ | backwards. You can reverse a [[clear]] with the [[unclear]] command. | ||
+ | |||
+ | This is the same operation as [[clear]] with no options. | ||
+ | |||
+ | You can clear multiple windows at a time with [[clear]]. | ||
+ | |||
+ | You can reverse this operation with [[window unclear]]. | ||
+ | |||