Renwin » History » Version 3
Per Amundsen, 08/10/2015 08:16 AM
1 | 1 | Per Amundsen | _Added in 1.9.2_ |
---|---|---|---|
2 | |||
3 | */renwin <@oldname> <@newname> [topic]* |
||
4 | |||
5 | Allows you to change the name of an existing window to a different one, and an optional topic can be specified. |
||
6 | |||
7 | *Parameters* |
||
8 | |||
9 | <@oldname> - Current window name. |
||
10 | 2 | Per Amundsen | <@newname> - New window name. |
11 | 1 | Per Amundsen | [topic] - Window topic/title. |
12 | |||
13 | *Example* |
||
14 | |||
15 | <pre> |
||
16 | 3 | Per Amundsen | ; Open a custom window. |
17 | /window -e @Example1 |
||
18 | 1 | Per Amundsen | |
19 | 3 | Per Amundsen | ; Rename @Example1 to @Example2 and add topic "Hello world". |
20 | /renwin @Example1 @Example2 Hello World |
||
21 | 1 | Per Amundsen | </pre> |