From d1f41d9c1f55c0590108ade0377738a76dfec347 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Fri, 12 Jun 2020 06:25:04 -0700 Subject: [PATCH] CONSOLE: Support auto WRU detection when sim_video is used --- sim_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim_console.c b/sim_console.c index 74ac587d..8e256a8b 100644 --- a/sim_console.c +++ b/sim_console.c @@ -183,7 +183,7 @@ int32 sim_del_char = '\b'; /* delete character */ int32 sim_del_char = 0177; #endif t_bool sim_signaled_int_char /* WRU character detected by signal while running */ -#if defined (_WIN32) || defined (_VMS) || defined (__CYGWIN__) +#if defined (_WIN32) || defined (_VMS) || defined (__CYGWIN__) || (defined(USE_SIM_VIDEO) && defined(HAVE_LIBSDL)) = FALSE; #else = TRUE;