Titlebar » History » Revision 4
Revision 3 (Per Amundsen, 04/23/2020 06:47 PM) → Revision 4/5 (Per Amundsen, 04/23/2020 06:47 PM)
_Added in 1.9.0_ */titlebar [@window] <text>* Sets the main application [[Titlebar Control|Titlebar]]. titlebar. If you specify a custom @window name, then the Titlebar titlebar for that custom window is changed. _See also [[$titlebar]], [[Titlebar Control|Titlebar]]._ *Parameters* [@window] - Window to change the title. <text> - Title text to set. *Example* <pre> ; Changes AdiIRC's titlebar to Hello world! /titlebar Hello world! ; Open a custom window. /window -e @Example ; Changes @Example Titlebar to Hello world! /titlebar @Example Hello world! </pre>