lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev SLANG for DOS port of lynx


From: John E. Davis
Subject: Re: lynx-dev SLANG for DOS port of lynx
Date: Mon, 4 May 1998 12:52:25 -0400

On Mon, 4 May 1998 07:39:04 -0700 (PDT), Doug Kaufman <address@hidden> said:
>port. I wasn't able to get SLang_getkey to work for the extended keys
>and instead used the DJGPP funtion getxkeys, which required further
>modification of the DOSRAWKEYHACK section. Color seems to be on at all
>times with this port, regardless of the color settings in the option
>menu.

When you initialize the keyboard, add:
   
      SLgetkey_map_to_ansi (1);

This will map the IBMPC keys to ANSI control sequences, e.g., the up
arrow will produce ESC [ A.

--John

reply via email to

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