lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV getbkgd


From: Klaus Weide
Subject: LYNX-DEV getbkgd
Date: Tue, 2 Sep 1997 19:32:06 -0500 (CDT)

The below change to LYForms.c between ac-0.57 and ac-0.58, and its
equivalent in LYOptions.c, once more messes up handling of colors in
popups, at least on solaris with the system curses, when light-background
colors are used.

Can we find some solution here that would satisfy both curses and
DOS/Windows ?

     Klaus

***************
*** 682,688 ****
  #endif
      LYsubwindow(form_window);
  #endif
! #if defined(COLOR_CURSES)     /* not defined in ncurses 1.8.7 */
      wbkgd(form_window, getbkgd(stdscr));
      wbkgdset(form_window, getbkgd(stdscr));
  #endif
--- 682,688 ----
  #endif
      LYsubwindow(form_window);
  #endif
! #if defined(COLOR_CURSES) && defined(getbkgd) /* not defined in ncurses 1.8.7 
*/
      wbkgd(form_window, getbkgd(stdscr));
      wbkgdset(form_window, getbkgd(stdscr));
  #endif


;
; 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]