Aline » History » Version 4
Per Amundsen, 02/08/2014 12:03 PM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | 2 | Per Amundsen | */aline -sahpinl [color] <@name> <text>* |
4 | 1 | Per Amundsen | |
5 | Add <text> into custom window named <@name>. |
||
6 | |||
7 | 2 | Per Amundsen | *Switches* |
8 | |||
9 | -s - TODO |
||
10 | -a - TODO |
||
11 | -h - TODO |
||
12 | -p - TODO |
||
13 | -i - TODO |
||
14 | -n - TODO |
||
15 | -l - TODO |
||
16 | |||
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> |