From cce085e1e0cb19050cf69f6916558b2541ab793a Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 13 Jun 2010 19:35:29 +0200 Subject: [PATCH] src/oping.c: Define NCURSES_OPAQUE. --- src/oping.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/oping.c b/src/oping.c index f8f7dd6..0d7575e 100644 --- a/src/oping.c +++ b/src/oping.c @@ -63,6 +63,7 @@ #endif #if USE_NCURSES +# define NCURSES_OPAQUE 1 # include # define OPING_GREEN 1 -- 2.11.0