Make WIZARD unconditional.
This commit is contained in:
@@ -367,9 +367,7 @@ hack_resume(screen_manip)
|
||||
boolean screen_manip;
|
||||
{
|
||||
(void) signal(SIGINT, (SIG_RET_TYPE) done1);
|
||||
# ifdef WIZARD
|
||||
if (wizard) (void) signal(SIGQUIT,SIG_DFL);
|
||||
# endif
|
||||
if (screen_manip)
|
||||
resume_nhwindows(); /* setup terminal modes, redraw screen, &c */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user