* dcrt0.cc (child_info_spawn::handle_spawn): Don't initialize the console
handler here. * dtable.cc (dtable::stdio_init): Initialize console handler here.
This commit is contained in:
@@ -693,7 +693,6 @@ child_info_spawn::handle_spawn ()
|
||||
old_title = strcpy (title_buf, moreinfo->old_title);
|
||||
cfree (moreinfo->old_title);
|
||||
}
|
||||
init_console_handler (myself->ctty >= 0);
|
||||
}
|
||||
|
||||
void __stdcall
|
||||
|
Reference in New Issue
Block a user