Using any version of TERM for Windows, or TinyTERM Application Developer 3.3, you can remove the product name from the Window title. Doing this will allow the minimized label to show only the connection name.
- Edit the file WTERMUS.CMD using any text editor.
- Search for t_wtitle until you find these lines:
setvar t_wtitle t_sysverb
if trim (sysvar(20)) !=”
setvar t_wtitle t_wtitle +’-‘ + sysvar(20)
endif
- Change the third line above to read:
setvar t_wtitle sysvar(20)
- Save the changes to the file. The next time you start TERM, the window title should reflect the changes.
This entry was posted
on Wednesday, April 11th, 2007 at 1:20 pm and is filed under TSL.
You can follow any responses to this entry through the RSS 2.0 feed.
Both comments and pings are currently closed.