diff options
Diffstat (limited to 'development/THE/THE-xcurses.patch')
-rw-r--r-- | development/THE/THE-xcurses.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/THE/THE-xcurses.patch b/development/THE/THE-xcurses.patch new file mode 100644 index 000000000000..8e79ae6c2726 --- /dev/null +++ b/development/THE/THE-xcurses.patch @@ -0,0 +1,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 + */ |