On Sat, 2 Sep 2006, Gisle Vanem wrote:

This patch is no good:

--- ../src/lycurses.c   2006-05-30 00:44:54 +0200
+++ ./src/lycurses.c    2006-09-01 01:37:52 +0200
@@ -80,11 +80,11 @@
#endif

#if defined(USE_COLOR_TABLE) || defined(USE_SLANG)
-int Current_Attr, Masked_Attr;
+static int Current_Attr, Masked_Attr;
#endif

Current_Attr is needed in the addch_raw() macro used in GridText.

thanks.  I see I overlooked this since the feature is Windows-specific
(it produces garbage on an ordinary terminal).

Please revert top the previous version where Current_Attr is declared
in LYcurses.h

--gv


_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to