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: Sam Halliday
Subject: Re: bug in xterm -nw mode?
Date: Fri, 18 Jul 2003 21:30:40 +0100

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

everything works now as i build without LINUX_KEYS.

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

cheers,
Sam


reply via email to

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