LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   elvis on aterm : Utterly weird behaviour (https://www.linuxquestions.org/questions/linux-general-1/elvis-on-aterm-utterly-weird-behaviour-363523/)

frankie_DJ 09-15-2005 02:29 AM

elvis on aterm : Utterly weird behaviour
 
I just recently installed Slack 10.1. Usualy I prefer to use vim but elvis is default vi
clone onslack, so I gave it a shot last couple of days. Well I installed aterm and
used...well tried to use elvis on it. It got reeeeally funky!

Not even the basic stuff works, like h j k l movement commands, they just
keep outputingsome garbage. The weirdest thing is that vim works perfeclty
on aterm, and elvis does not have any problems on gnome-terminal, xterm,
Konsole or rxvt.

It's really not a big deal since I have plenty alternatives and don't like elvis
anyway but... did anyone else notice this problem?

hw-tph 09-15-2005 02:59 AM

Is there a terminfo entry for aterm on your system? If there isn't, try TERM=xterm-color elvis. If this works you could set up an alias so when you run "elvis" you're actually running "TERM=xterm-color elvis" (alias elvis='TERM=xterm-color elvis' in ~/.bashrc).


Håkan

frankie_DJ 09-15-2005 02:22 PM

hw-tph,

i see what you are saying: there is no a terminfo entry for aterm, and that's why elvis (and probably some other apps that i don't even know about) are acting up.

your solution works for elvis, but i would be much safer if i make terminfo entry for aterm, just in case other apps start complaining.

frankie_DJ 09-15-2005 03:08 PM

ok, now how should i go about updating my terminfo with aterm entry? i couldn't google up anything useful.

eddiebaby1023 09-18-2005 07:18 AM

Install vim. elvis should have left the building. :)


All times are GMT -5. The time now is 04:02 AM.