help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in xterm -nw mode?


From: Thomas Dickey
Subject: Re: bug in xterm -nw mode?
Date: 19 Jul 2003 14:51:39 GMT
User-agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (SunOS/5.8 (sun4u))

Sam Halliday <devnull@example.com> wrote:
> Thomas Dickey wrote:
>> For the first case, I see this in aterm's command.c:
>> /* 
>>  * key-strings: if only these keys were standardized <sigh> 
>>  */
>> #ifdef LINUX_KEYS
>> # define KS_HOME        "\033[1~"       /* Home == Find */
>> # define KS_END         "\033[4~"       /* End == Select */
>> #else
>> # define KS_HOME        "\033[7~"       /* Home */
>> # define KS_END         "\033[8~"       /* End */
>> #endif

> it would appear the aterm src/features.h are slightly misleading: they say
> LINUX_KEYS are *not* used as default, but they blatently are as they are 
> defined
> on the next line! :-D

hmm - not in the copy I was reading (0.4.2).

> everything works now as i build without LINUX_KEYS.

> thanks again Thomas! this was a build issue with aterm after all...

no problem (once you know where to look, it's not hard)

-- 
Thomas E. Dickey <dickey@radix.net> <dickey@herndon4.his.com>
http://dickey.his.com
ftp://dickey.his.com


reply via email to

[Prev in Thread] Current Thread [Next in Thread]