mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-12 06:41:14 -03:00
rename reader_data_t.interruptible to exit_on_interrupt
This commit is contained in:
2
reader.h
2
reader.h
@@ -197,7 +197,7 @@ void reader_set_right_prompt(const wcstring &prompt);
|
||||
void reader_set_allow_autosuggesting(bool flag);
|
||||
|
||||
/** Sets whether the reader should exit on ^C. */
|
||||
void reader_set_interruptible(bool flag);
|
||||
void reader_set_exit_on_interrupt(bool flag);
|
||||
|
||||
/**
|
||||
Returns true if the shell is exiting, 0 otherwise.
|
||||
|
||||
Reference in New Issue
Block a user