TinyTERM 4.13 has some color display bugs. To fix them, apply this patch.
Download the file to C:\Program Files\Century\TinyTERM. In that same folder, locate the existing CenTE.ocx file. Rename it as a backup. Rename the patch file to CenTE.ocx. The next time you start TinyTERM, it will be in effect.
CR 175, fixed in TinyTERM 4.20.
Posted in SCOANSI | Comments Off on Colors Wrong in TinyTERM 4.13
Telnet and SSH servers can automatically detect the terminal type at connection. However, most systems don’t have separate definitions for VT220-7 or VT320-7 emulations. You can correct that with the Telnet terminal type option. Set it to VT220 or VT320 as appropriate, and the host system will recognize the emulation.
Posted in SSH, Telnet, Terminal Emulation, VT220 | Comments Off on VT220-7 and VT320-7 Report Unknown Terminal Type
The Wyse50 and Wyse60 terminals have several status lines, lines of text separate from the main screen at the top and bottom. There are both standard and extended lines at the top of the screen, and shifted and unshifted label lines at the bottom. TinyTERM currently supports only the unshifted label line.
CR 103, unshifted label line added in TinyTERM 4.21
CR 798, requested in TERM for AIX
CR 1006
Posted in Wyse | Comments Off on Status Lines in Wyse Emulations
When using the AT386 emulation, the cursor may disappear. Opening the Session Properties, then clicking OK without making changes will bring it back. For TinyTERM versions 4.00-4.10, this patch will resolve the issue.
To use the patch, locate your exising CenTE.ocx file in C:\Program Files\Century\TinyTERM. Rename it as a backup. Copy the patch into the same directory, and rename it CenTE.ocx. The next time you start TinyTERM, it will be in effect.
CR 97, fixed in TinyTERM 4.11
Posted in Terminal Emulation | Comments Off on Cursor Disappears in AT386
With TinyTERM’s display language set to German, the Help file may not come up. The workaround is to locate the ttus.hlp file in C:\Program Files\Century\TinyTERM and double-click it. This was fixed in version 4.12.
Posted in Documents, Version, Windows | Comments Off on German Help File not Found
Using SCOANSI emulation, Medical Manager menu items should highlight as you use the arrow keys. When they don’t, it means there’s a setting in Medical Manager that needs to be changed. To get to it, go to a command prompt and type:
install su
Accept the default path when offered, then say no to changing terminal characteristics. Login to Medical Manager normally after that.
From the resulting menu, select option 1. Type “n” once to go to the next page. At the top of the screen there’s a “Color Init” line. In that line, change the number 49 to 48. Save the changes and exit. The next time you start Medical Manager, the color highlights will work properly.
CR 642
Posted in SCOANSI | Comments Off on No Menu Highlights in Medical Manager
Different versions of TinyTERM for Windows handle copying and pasting text differently. Pasting into another application, such as Lotus Notes, may give a graphic instead of text. Or the lines may break incorrectly: too many spaces between, or none. And pasting into the emulator may put extra blank lines in, or erase the line feeds badly. Furthermore, exactly what happens will vary with the version of TinyTERM.
Oddly enough, all these behaviors came about because of customer requests. Depending on the source or destination for the copied text, different applications have different needs.
The ability to copy a part of the screen as an image was removed permanently in TinyTERM 4.20. But the line feed issues varied by version from there until TinyTERM 4.53, when an interface option was added.
To get to that option, open the Session Properties. Next to the Emulation line is a Setup button. The Add carriage return to copy check box in the resulting dialog allows the user to control the copy/paste behavior as desired.
CR 30
CR 186
CR 636, interface option
Posted in Terminal Emulation | Comments Off on Copy and Paste Issues
You may need to change the number of columns displayed in TinyTERM manually during an active session. Rather than changing the Session Properties every time, TinyTERM version 4 can do this with a single keystroke.
Open the Session Properties and go to the Keyboard tab. Click the Edit button to bring up the keyboard map. In the map, click on the key you want to use. Change the Action field to COMMAND. In the Value field, type this as one long string:
if(teobj.NumColumns==80) {teobj.NumColumns=132; eobj.redraw();} else {teobj.NumColumns=80; teobj.redraw();}
Click the Set button, then close the keyboard map. On the Keyboard tab, click the Save As button to give the new keyboard scheme a name. OK everything and save the session. Hitting the selected key will switch the number of columns displayed between 80 and 132 columns on the fly.
Posted in CScript, Windows | Comments Off on Switching Number of Columns on a Keystroke
A TCP/IP connection error usually includes a five-digit number that starts with 100 or 110; e.g., 10057. These errors always come from the operating system, not TERM or TinyTERM.
There is an excellent reference to the error numbers at sockets.com. Toward the bottom of the page is a list of all the errors in numeric order for quick reference. It’s an excellent way to troubleshoot TCP/IP socket errors.
Posted in TCP/IP | Comments Off on TCP/IP Error Reference
In TinyTERM 4.10 with multiple sessions open, you may see your active session close. This happens when you have “Close on disconnect and exit” set in one of the inactive sessions. But it only happens when the inactive session is disconnected remotely.
The host may have a timeout set. (See this entry for more details.) When the inactive session is timed out, it should close automatically. But due to a bug in TinyTERM 4.10, the active session gets closed instead. There is no patch to fix this. You must use a newer version of TinyTERM.
CR 101, fixed in TinyTERM 4.11.
Posted in Connect | Comments Off on Disconnect Goes to Wrong Session
|