lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] Current_Attr


From: Thomas Dickey
Subject: Re: [Lynx-dev] Current_Attr
Date: Sat, 2 Sep 2006 07:37:27 -0400 (EDT)

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
address@hidden
http://lists.nongnu.org/mailman/listinfo/lynx-dev


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




reply via email to

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