Can I have my UNIX application change the TinyTERM window title? I'd like to show the application module when a user changes screens.
Yes, by sending a TinyTERM CScript command from the UNIX application. The sequence:
will do what you need.
The sequence:
tells TinyTERM that what follows are CScript commands.
signals the end of the CScript commands. As with
sets the Windows title bar remark. "Module" can be replaced with any quoted string.
redraws the TinyTERM window. This forces the title bar to refresh.
Other CScript commands can be run from the host system in the same manner. For a full list of CScript commands, refer to the documentation included with TinyTERM.