* 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:
Christopher Faylor
2011-10-07 13:52:20 +00:00
parent c53c656b1c
commit 3d1dd0789e
3 changed files with 19 additions and 1 deletions

View File

@ -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)
{