perhaps since the very beginning. I've only been at this for 8 days now and I'm not sure when the
problem first appeared.
The first sign of trouble is when I look at a screen in aptitude, I see odd characters on the right side of
the page.
I also see similarly weird characters in the aptitude drop-down menus...
When I check my environment variables just before executing aptitude, i find TERM is set to xterm.
Code: Select all
TERM=xterm
SHELL=/bin/bash
SSH_CLIENT=71.166.21.21 3997 22
SSH_TTY=/dev/pts/1
USER=root
LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;bklah... blah... blah...
p3=01;35:*.mpc=01;35:*.ogg=01;35:*.wav=01;35:
MAIL=/var/mail/root
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PWD=/root
LANG=en_CA.UTF-8
PS1=\h:\w\$
SHLVL=1
HOME=/root
LS_OPTIONS=--color=auto
LOGNAME=root
SSH_CONNECTION=71.166.21.21 3997
_=/usr/bin/env
from the environment variable? OR... could my whole problem here be the terminal emulation settings
in puTTY? Hmmm...
I'm having similar issues with emacs running on my server except in that case the top of window
drop-down menus are not accessible using my PC's mouse at all.
(NOTE: My local machine is NOT a linux box. I AM running on a Win-XP / putty platform locally and talking
to the remote host through PUTTY.) It acts as if the putty window doesn't share the mouse activity with
linux at all. Is there a better/preferred way of accomplishing this?
I do have the windows version of emacs running on my PC. It looks the same as the linux version
does and the mouse works just fine. I'm wondering if there's something I need on either the linux/putty
side of things that will cause the keystrokes to get passed through to linux and page-draw characters
FROM linux to get handled correctly on my PC...
Any suggestions on how to find and fix the causes of these issues would be appreciated.
Thanks!