Set Minimized Window Title

? tab(-10, AG_MINTITLE); mintitle; chr(127);

AG_MINTITLE (1) changes the title that is displayed on the task bar when the application is minimized. Also see ZTERM Escape Sequences in the Appendix.

Parameters

mintitle

Title string.

Example

? TAB(-10,AG_MINTITLE);"Killer App";chr(127);