Renwin » History » Revision 2
Revision 1 (Per Amundsen, 02/14/2014 03:36 PM) → Revision 2/5 (Per Amundsen, 02/14/2014 03:36 PM)
_Added in 1.9.2_ */renwin <@oldname> <@newname> [topic]* Allows you to change the name of an existing window to a different one, and an optional topic can be specified. *Parameters* <@oldname> - Current window name. <@newname> <@oldname> - New window name. [topic] - Window topic/title. *Example* <pre> ;Open a window. /window -e @test1 ;Rename @test1 to @test and add topic "Hello world". /renwin @test1 @test2 Hello World </pre>