summaryrefslogtreecommitdiff
path: root/editors/mg/patches/patch-ae
blob: 45e3e41c6205aa2e689100c4b457cebc9d2055bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ae,v 1.1.1.1 2009/02/13 11:04:14 abs Exp $

--- ttydef.h.orig	2006-04-27 03:28:14.000000000 +0100
+++ ttydef.h
@@ -10,7 +10,9 @@
  *	enough for windowing systems.
  */
 
-#define STANDOUT_GLITCH			/* possible standout glitch	 */
+#ifdef NCURSES
+# define STANDOUT_GLITCH		/* possible standout glitch	 */
+#endif
 #define TERMCAP				/* for possible use in ttyio.c	 */
 
 #ifdef undef