lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Lynx 2-6RP-color-Mb005


From: Foteos Macrides
Subject: Re: LYNX-DEV Lynx 2-6RP-color-Mb005
Date: Wed, 23 Oct 1996 19:40:57 -0500 (EST)

Rob Partington - Admin <address@hidden> wrote:
>[...]
>You can correct this by inserting the line
>
> #define getyx(a,y,x) (y=SLsmg_get_row(),x=SLsmg_get_column())
>
>just under the sl_suspend function in LYCurses.c
                                                ^
        Now that we're not including the slang library's SLcurses.h
and instead putting curses_to_slang_function definitions in LYCurses.h,
it might be better to move the getyx definition there and out of LYForms.c
and LYStrings.c, than to add it to LYCurses.c as well.  It will be a lot
easier in the long run if we follow a consistent model for establishing
the definitions, and a particular place for checking what they are and
exactly how they're structured.  Also some of them are structured
differently for Unix versus VMS, and there may be more differences when
the RP code is ported to VMS.

                                Fote

=========================================================================
 Foteos Macrides            Worcester Foundation for Biomedical Research
 address@hidden         222 Maple Avenue, Shrewsbury, MA 01545
=========================================================================
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;



reply via email to

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