Project

General

Profile

Renwin » History » Version 5

Per Amundsen, 02/16/2023 03:03 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 5 Per Amundsen
table(ktable).
10
|*Parameter*|*Description*|
11
| <@oldname> | Current window name. |
12
| <@newname> | New window name. |
13
| [topic] | Window topic/title. |
14 1 Per Amundsen
15
*Example*
16
17
<pre>
18 3 Per Amundsen
; Open a custom window.
19
/window -e @Example1
20 1 Per Amundsen
21 4 Per Amundsen
; Rename @Example1 to @Example2 and add topic 'Hello world'.
22 3 Per Amundsen
/renwin @Example1 @Example2 Hello World
23 1 Per Amundsen
</pre>