From bbb9ded22f8508ab40bb0a073ad6250dc9a6d20f Mon Sep 17 00:00:00 2001 From: cohrs Date: Tue, 26 Mar 2002 21:56:03 +0000 Subject: [PATCH] R691 - bad cursor positioning debug message - remove the "#define DEBUG" from wintty.c that caused this message to be displayed when not in a debugging mode --- doc/fixes34.1 | 1 + win/tty/wintty.c | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/fixes34.1 b/doc/fixes34.1 index 061df06e5..26800ebaf 100644 --- a/doc/fixes34.1 +++ b/doc/fixes34.1 @@ -26,3 +26,4 @@ win32gui: make error() work; it was essentially non-operative in 3.4.0 win32tty: honour the use_inverse option and default to ATR_BOLD if disabled X11: restore support for non-square tiles when USE_XPM is defined Gnome: add support for non-square tiles +tty: remove #define DEBUG that forced debug behavior in production builds diff --git a/win/tty/wintty.c b/win/tty/wintty.c index 4d2d4df7d..8dc0dfb6d 100644 --- a/win/tty/wintty.c +++ b/win/tty/wintty.c @@ -38,8 +38,6 @@ extern void msmsg(const char *,...); # endif #endif -#define DEBUG - extern char mapped_menu_cmds[]; /* from options.c */ /* Interface definition, for windows.c */ -- 2.50.0