From 1979d50a9bf81aedb6fa5e392fc2460e19a2c17b Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Fri, 24 Oct 2003 11:46:28 +0000 Subject: set window title of the console window to 'press any key to exit' instead of the messages window, if the error window is not visible and 'no console' output is used (but output was generated, for example because of abort) --- _library.cxo | Bin 46833 -> 46833 bytes _library.xo | Bin 47105 -> 47105 bytes _startup.cxo | Bin 84191 -> 84215 bytes _startup.xo | Bin 92585 -> 92609 bytes _startupProfile.cxo | Bin 91598 -> 91626 bytes _startupProfile.xo | Bin 100072 -> 100100 bytes _startupProfile601.cxo | Bin 91706 -> 91734 bytes _startupTrace.cxo | Bin 89241 -> 89265 bytes _startupTrace.xo | Bin 97667 -> 97691 bytes macho/_library.o | Bin 35900 -> 35948 bytes mcon.c | 2 +- 11 files changed, 1 insertion(+), 1 deletion(-) diff --git a/_library.cxo b/_library.cxo index cef05a2..d2432d0 100644 Binary files a/_library.cxo and b/_library.cxo differ diff --git a/_library.xo b/_library.xo index ea00d1c..a23c189 100644 Binary files a/_library.xo and b/_library.xo differ diff --git a/_startup.cxo b/_startup.cxo index bf07068..f77e2d3 100644 Binary files a/_startup.cxo and b/_startup.cxo differ diff --git a/_startup.xo b/_startup.xo index dfdc331..bef17ef 100644 Binary files a/_startup.xo and b/_startup.xo differ diff --git a/_startupProfile.cxo b/_startupProfile.cxo index dd64349..e821895 100644 Binary files a/_startupProfile.cxo and b/_startupProfile.cxo differ diff --git a/_startupProfile.xo b/_startupProfile.xo index b7fb42e..32b80cc 100644 Binary files a/_startupProfile.xo and b/_startupProfile.xo differ diff --git a/_startupProfile601.cxo b/_startupProfile601.cxo index 17951c0..2451bc7 100644 Binary files a/_startupProfile601.cxo and b/_startupProfile601.cxo differ diff --git a/_startupTrace.cxo b/_startupTrace.cxo index 0e718ed..9f60130 100644 Binary files a/_startupTrace.cxo and b/_startupTrace.cxo differ diff --git a/_startupTrace.xo b/_startupTrace.xo index 660f44a..565bd8c 100644 Binary files a/_startupTrace.xo and b/_startupTrace.xo differ diff --git a/macho/_library.o b/macho/_library.o index fa34b9b..bab502d 100644 Binary files a/macho/_library.o and b/macho/_library.o differ diff --git a/mcon.c b/mcon.c index 002001f..1f543c6 100644 --- a/mcon.c +++ b/mcon.c @@ -1663,7 +1663,7 @@ void wait_for_key_press (VOID) if (use_stdio) return; #endif - SetWTitle (flags & 16 ? e_window : c_window,"\ppress any key to exit"); + SetWTitle ((flags & 16) && error_window_visible ? e_window : c_window,"\ppress any key to exit"); wait_key(); } -- cgit v1.2.3