I am encountering a problem that is proving to be hard to resolve.
if I do the following:
export TERM=xterm (or =aixterm)
vi some.file
all works as expected. However, if I do this
export TERM=vt100
vi some.file
I get this error:
ex: 0602-108 vt100 is not a recognized terminal type.
[Press return to continue]
and vi is essentially unusable. This does, however work on another system without issue. I have searched around the web and the only "solution" I am finding it to put "export TERM=vt100" in my .profile - but that doesnt solve the problem. Any ideas on what else I should be looking at?
Add a little color to your PUTTY terminal: faq52-6627
if I do the following:
export TERM=xterm (or =aixterm)
vi some.file
all works as expected. However, if I do this
export TERM=vt100
vi some.file
I get this error:
ex: 0602-108 vt100 is not a recognized terminal type.
[Press return to continue]
and vi is essentially unusable. This does, however work on another system without issue. I have searched around the web and the only "solution" I am finding it to put "export TERM=vt100" in my .profile - but that doesnt solve the problem. Any ideas on what else I should be looking at?
Add a little color to your PUTTY terminal: faq52-6627