* fhandler.h (fhandler_console::tc_getpgid): New function.
* spawn.cc (spawn_guts): Add logic to put pure-windows processes "in the background" when they are started that way.
This commit is contained in:
@ -1100,6 +1100,7 @@ private:
|
||||
tty_min *tc () const {return &(shared_console_info->tty_min_state);}
|
||||
|
||||
public:
|
||||
static pid_t tc_getpgid () {return shared_console_info->tty_min_state.getpgid ();}
|
||||
fhandler_console (fh_devices);
|
||||
static console_state *open_shared_console (HWND hw, HANDLE& h)
|
||||
{
|
||||
|
Reference in New Issue
Block a user