Project

General

Profile

Aline » History » Revision 5

Revision 4 (Per Amundsen, 02/08/2014 12:03 PM) → Revision 5/18 (Per Amundsen, 02/08/2014 12:05 PM)

_Added in 1.9.0_ 

 */aline -ahilnps -sahpinl [color] <@name> <text>* 

 Add <text> into custom window named <@name>. 

 *Switches* 

 -s - TODO 
 -a - TODO 
 -h - TODO 
 -i -p - TODO 
 -l -i - TODO 
 -n - TODO 
 -p - TODO 
 -s -l - TODO 

 *Parameters* 

 [color] - An optional line color number. 
 <@name> - The custom window name. 
 <text>* - The text to add. 

 *Example* 
 <pre> 
 alias example { 
   ;Open a custom window 
   /window -de @test 
 
   ;Add a blue colored line 
   /aline 12 @test Hello world 
 } 
 </pre>