gnome does not like ^C
This hack simply causes ^C to be ignored completely by the gnome interface. Gnome really cannot handle interrupts, and the window port interface does not currently provide a way for the gnome interface to just quit. Allowing the gnome interface to prompt would require a complete overhall to the the way window ports work.
This commit is contained in:
@@ -106,9 +106,10 @@ void gnome_init_nhwindows(int* argc, char** argv)
|
||||
# error HACKDIR is not defined!
|
||||
#endif
|
||||
|
||||
/* Force wizard mode on for debugging */
|
||||
//wizard = TRUE;
|
||||
|
||||
// gnome/gtk is not reentrant
|
||||
set_option_mod_status("ignintr", DISP_IN_GAME);
|
||||
flags.ignintr = TRUE;
|
||||
|
||||
iflags.window_inited = TRUE;
|
||||
|
||||
/* gnome-specific window creation */
|
||||
|
||||
Reference in New Issue
Block a user