about summary refs log tree commit diff stats
path: root/src/LYCurses.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYCurses.h')
-rw-r--r--src/LYCurses.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/LYCurses.h b/src/LYCurses.h
index 9ac77ed7..3ec42649 100644
--- a/src/LYCurses.h
+++ b/src/LYCurses.h
@@ -174,6 +174,7 @@ typedef struct {
 # ifdef HAVE_NCURSESW_NCURSES_H
 #  undef GCC_PRINTFLIKE		/* <libutf8.h> may define 'printf' */
 #  include <ncursesw/ncurses.h>
+#  undef printf			/* but we don't want that... */
 # else
 #  ifdef HAVE_NCURSES_NCURSES_H
 #   include <ncurses/ncurses.h>
@@ -285,6 +286,7 @@ extern WINDOW *LYstartPopup PARAMS((int top_y, int left_x, int height, int width
 
 #if defined(PDCURSES)
 #define HAVE_GETBKGD 1	/* can use fallback definition */
+#define HAVE_NAPMS 1	/* can use millisecond-delays */
 #endif
 
 /* Both slang and curses: */
'#n117'>117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184