lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Stange popups in ac-0.28


From: Foteos Macrides
Subject: Re: LYNX-DEV Stange popups in ac-0.28
Date: Sat, 21 Jun 1997 10:17:51 -0500 (EST)

"T.E.Dickey" <address@hidden> wrote:
>> On Sun, 15 Jun 1997, Roger Hill wrote:
>... 
>> No one seems to have responded to this...except for my note that the
>> fotemods code did NOT have this problem. Has anyone seen/fixed this
>> problem?
>I've noted it - but between being tied up in another project & waiting to
>see if Klaus will resume integrating Fote's changes, have done nothing myself.

        The easiest thing to do in the development code until Klaus is
back from wherever he went, is to just back out the change which broke
it (patch appended).

                                Fote

=========================================================================
 Foteos Macrides            Worcester Foundation for Biomedical Research
 address@hidden         222 Maple Avenue, Shrewsbury, MA 01545
=========================================================================

*** lynx2-7-1/src/LYForms.c_ori Sat May 24 18:14:19 1997
--- lynx2-7-1/src/LYForms.c     Sat Jun 21 08:01:59 1997
***************
*** 96,107 ****
                form->value = opt_ptr->name;   /* set the name */
                form->cp_submit_value = opt_ptr->cp_submit_value; /* set the 
value */
            }
! #if defined(FANCY_CURSES) || defined(USE_SLANG)
!           if (!enable_scrollback)
!               c = DO_NOTHING;
!           else
! #endif
!               c = 12;  /* CTRL-L for repaint */
            break;
  
        case F_RADIO_TYPE:
--- 96,102 ----
                form->value = opt_ptr->name;   /* set the name */
                form->cp_submit_value = opt_ptr->cp_submit_value; /* set the 
value */
            }
!           c = 12;  /* CTRL-L for repaint */
            break;
  
        case F_RADIO_TYPE:
;
; 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]