I'm running Telnet Pro 5.1.25, and have a problem that I assume has to do with one of the terminal emulator settings.
The terminal type is Wyse60 (24 line). The remote servers are AIX 5.3 and RHEL 5.8. The TERM variable in my environment in both cases is wyse60. I am also using the same profile in Telnet Pro for both connections.
There are no problems with my AIX 5.3 sessions. However, there is a problem with the ls command in my RHEL sessions.
The problem is reproducible in RHEL sessions as follows:
- Connect
- Run the ls command. The output is in orderly, aligned columns.
- Run the AcuCOBOL-GT debugger, and then immediately exit the debugger.
- Run the ls command again. The output is in ragged, unaligned columns.
The problem does not occur in a PuTTY connection to RHEL, using TERM=xterm. Therefore I assume it has something to do with the terminal emulator settings in my Telnet Pro profile.
My guess would be that the AcuCOBOL-GT debugger has output some control character that is not being properly handled by my Telnet Pro profile's settings. But I really have no idea what the problem is.
Do you have any idea what the problem might be?
Thank you.