On 6/7/06, Michael Saringer <[EMAIL PROTECTED]> wrote: > Hello, > > I installed MC via fink on my PowerBook. > It can be started from the terminal, but the cursor key don't work > the expected way: > when I press up/right/left/down, this has not the desired effect, but > just prints A/C/B/D at the prompt. > > Which settings do I have to change so that MC can be controlled > properly? > > Regards, > Michael > > >
Try setting the TERM environment variable: export TERM=xterm if you're using bash, or setenv TERM xterm if you're using tcsh. You can find out what shell you're using via 'printenv SHELL' -- Alexander K. Hansen Fink Documenter (still) _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
