Actions
Aline » History » Revision 9
« Previous |
Revision 9/18
(diff)
| Next »
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 - Indents the wrapped line by N characters.
-l - TODO
-n - TODO
-p - TODO
-s - TODO
Parameters
[color] - Line color number.
<@name> - The custom window name.
<text> - The text to add.
Example
alias example { ;Open a custom window /window -de @test ;Add a blue colored line /aline 12 @test Hello world }
Updated by Per Amundsen over 10 years ago · 9 revisions