Use the new input_common_add_callback mechanism to not execute callbacks while signals are blocked. Should fix https://github.com/fish-shell/fish-shell/issues/608

This commit is contained in:
ridiculousfish
2013-04-03 17:26:02 -07:00
parent 1543d02f96
commit d9445f04b1
4 changed files with 22 additions and 6 deletions

View File

@@ -128,7 +128,6 @@ bool input_terminfo_get_name(const wcstring &seq, wcstring &name);
/** Return a list of all known terminfo names */
wcstring_list_t input_terminfo_get_names(bool skip_null);
/** Returns the input function code for the given input function name. */
wchar_t input_function_get_code(const wcstring &name);