Project

General

Profile

Clear » History » Revision 3

Revision 2 (Per Amundsen, 02/09/2014 03:52 PM) → Revision 3/11 (Per Amundsen, 02/09/2014 03:53 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 - TODO 
 -h - Clears the inputbox history. 
 -l - TODO 
 -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>