Project

General

Profile

Renwin » History » Version 1

Per Amundsen, 02/14/2014 03:36 PM

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
<@oldname> - New window name.
11
[topic] - Window topic/title.
12
13
*Example*
14
15
<pre>
16
;Open a window.
17
/window -e @test1
18
19
;Rename @test1 to @test and add topic "Hello world".
20
/renwin @test1 @test2 Hello World
21
</pre>