Aline » History » Revision 9
Revision 8 (Per Amundsen, 02/16/2014 06:56 AM) → Revision 9/18 (Per Amundsen, 06/19/2014 10:48 PM)
_Added in 1.9.0_ */aline [-ahilnps] [color] <@name> <text>* Add <text> into custom window named <@name>. *Switches* -a - TODO -h - TODO -iN -i - Indents the wrapped line by N characters. TODO -l - TODO -n - TODO -p - TODO -s - TODO *Parameters* [color] - 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>