Project

General

Profile

Aline » History » Revision 8

Revision 7 (Per Amundsen, 02/08/2014 11:33 PM) → Revision 8/18 (Per Amundsen, 02/16/2014 06:56 AM)

_Added in 1.9.0_ 

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

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

 *Switches* 

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

 *Parameters* 

 [color] - Line An optional line color number. 
 <@name> - The custom window name. 
 <text> <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>