Actions
  Aline » History » Revision 3
      « Previous |
    Revision 3/18
      (diff)
      | Next »
    
    Per Amundsen, 02/08/2014 12:03 PM 
    
    
Added in 1.9.0
/aline -sahpinl [color] <@name> <text>
Add <text> into custom window named <@name>.
Switches
-s - TODO
-a - TODO
-h - TODO
-p - TODO
-i - TODO
-n - TODO
-l - TODO
Parameters
[color] - An optional 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 11 years ago · 18 revisions