Project

General

Profile

Aline » History » Version 5

Per Amundsen, 02/08/2014 12:05 PM

1 1 Per Amundsen
_Added in 1.9.0_
2
3 5 Per Amundsen
*/aline -ahilnps [color] <@name> <text>*
4 1 Per Amundsen
5
Add <text> into custom window named <@name>.
6
7 2 Per Amundsen
*Switches*
8
9
-a - TODO
10 1 Per Amundsen
-h - TODO
11
-i - TODO
12 2 Per Amundsen
-l - TODO
13 5 Per Amundsen
-n - TODO
14
-p - TODO
15
-s - TODO
16 2 Per Amundsen
17
*Parameters*
18
19
[color] - An optional line color number.
20
<@name> - The custom window name.
21
<text>* - The text to add.
22 3 Per Amundsen
23
*Example*
24
<pre>
25 4 Per Amundsen
alias example {
26 3 Per Amundsen
  ;Open a custom window
27
  /window -de @test
28
 
29
  ;Add a blue colored line
30
  /aline 12 @test Hello world
31
}
32
</pre>