Merge branch 'macos_hide_from_tasks' of https://github.com/cfal/kitty

This commit is contained in:
Kovid Goyal
2018-04-27 08:19:32 +05:30
6 changed files with 14 additions and 1 deletions

View File

@@ -372,6 +372,7 @@ PYWRAP1(set_options) {
S(close_on_child_death, PyObject_IsTrue);
S(macos_option_as_alt, PyObject_IsTrue);
S(macos_hide_titlebar, PyObject_IsTrue);
S(macos_hide_from_tasks, PyObject_IsTrue);
PyObject *chars = PyObject_GetAttrString(opts, "select_by_word_characters");
if (chars == NULL) return NULL;