On Fri, Mar 04, 2005 at 06:54:53PM +0100, Petr Baudis wrote:
>
> This is not really how it works. The terminal settings are specific to
> the given $TERM. You can have multiple terminal settings for different
> $TERMs and the one matching your $TERM is selected automatically.
I see what's happened. Powershell reports a terminal of 'xterm-debian'
for some reason. I guess elinks doesn't account for this. Maybe the
difference is using strncmp(getenv("TERM"), "xterm", 5) instead of
strcmp(getenv("TERM"), "xterm")?
(Just guessing, I haven't looked at the source)
Of course, I have no idea what xterm-debian is supposed to mean or why
it would be like that.
--
Ryan Underwood, <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]