mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-15 09:21:15 -03:00
Clean up input initialization and destruction
This commit is contained in:
@@ -61,8 +61,6 @@ static int (*interrupt_handler)();
|
||||
|
||||
void input_common_init(int (*ih)()) { interrupt_handler = ih; }
|
||||
|
||||
void input_common_destroy() {}
|
||||
|
||||
/// Internal function used by input_common_readch to read one byte from fd 0. This function should
|
||||
/// only be called by input_common_readch().
|
||||
static wint_t readb() {
|
||||
|
||||
Reference in New Issue
Block a user