blob: 8e79ae6c2726690237d1a90e7c7c03e9a6c9361c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a//the.c.orig 2013-12-28 20:08:15.000000000 -0800
+++ b/the.c 2018-06-14 14:49:04.152326981 -0700
@@ -1113,7 +1113,7 @@
#endif
curses_started = TRUE;
-#if defined(USE_WINGUICURSES) || defined(USE_XCURSES)
+#if defined(USE_WINGUICURSES)
/*
* Tell PDCurses which key should be returned when the window close button is clicked
*/
|