Project

General

Profile

Clear » History » Revision 7

Revision 6 (Per Amundsen, 12/26/2014 03:04 PM) → Revision 7/11 (Per Amundsen, 03/19/2015 04:08 PM)

_Added in 1.5_ 

 */clear [-chols] [-chls] [windowname]* 

 Clears the buffer of current window or [windowname]. 

 If window is a picture window the image buffer is cleared. 

 *Switches* 

 -c - Clears the click history in a picture window. 
 -h - Clears the Editbox history. 
 -o - Clears the window position/size for this window. 
 -l - Clears the side-Listbox in a custom window 
 -s - Clears the Status Window. 

 *Parameters* 

 [windowname] - A window to clear. 

 *Example* 

 <pre> 
 ;Clears the inputbox of current window. 
 /clear -h 

 ;Clears the channel text on channel #test 
 /clear #test 
 </pre>