Renwin » History » Revision 3
Revision 2 (Per Amundsen, 02/14/2014 03:36 PM) → Revision 3/5 (Per Amundsen, 08/10/2015 08:16 AM)
_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> - New window name. [topic] - Window topic/title. *Example* <pre> ; Open ;Open a custom window. /window -e @Example1 @test1 ; Rename @Example1 ;Rename @test1 to @Example2 @test and add topic "Hello world". /renwin @Example1 @Example2 @test1 @test2 Hello World </pre>