mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
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:
1
input.h
1
input.h
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user