Project

General

Profile

Clear » History » Revision 6

Revision 5 (Per Amundsen, 08/14/2014 04:26 AM) → Revision 6/11 (Per Amundsen, 12/26/2014 03:04 PM)

_Added in 1.5_ 

 */clear [-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 inputbox history. 
 -l - Clears the side-Listbox side-listbox in a custom window 
 -s - Clears the Status Window. 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>