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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user