Adds close_on_child_death option for disowned processes.

This commit is contained in:
Joss Wright
2018-03-12 21:02:37 +00:00
parent f7f9ceec34
commit 994eecadb7
5 changed files with 10 additions and 1 deletions

View File

@@ -352,6 +352,7 @@ PYWRAP1(set_options) {
S(repaint_delay, repaint_delay);
S(input_delay, repaint_delay);
S(sync_to_monitor, PyObject_IsTrue);
S(close_on_child_death, PyObject_IsTrue);
S(macos_option_as_alt, PyObject_IsTrue);
S(macos_hide_titlebar, PyObject_IsTrue);