Aline » History » Version 6
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 | 6 | Per Amundsen | |
25 | 3 | Per Amundsen | <pre> |
26 | 4 | Per Amundsen | alias example { |
27 | 3 | Per Amundsen | ;Open a custom window |
28 | /window -de @test |
||
29 | |||
30 | ;Add a blue colored line |
||
31 | /aline 12 @test Hello world |
||
32 | } |
||
33 | </pre> |