in reply to app via inetd and telnet, terminal handling weirdness
If using C shell (csh or tcsh) you will need:export TERM=vt52
If you set TERM in one of your start-up files (.profile, .kshrc, .bash_profile, .login depending on which shell version and whether the session is a login shell or not) then you have to beware that you might require a different type when not using telnet (xterm, for example).setenv TERM vt52
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: app via inetd and telnet, terminal handling weirdness
by kc2rgw (Initiate) on Jan 31, 2010 at 19:12 UTC | |
|
Re^2: app via inetd and telnet, terminal handling weirdness
by kc2rgw (Initiate) on Jan 31, 2010 at 20:17 UTC |