rename reader_data_t.interruptible to exit_on_interrupt

This commit is contained in:
Jan Kanis
2013-01-22 11:25:17 +01:00
parent 55b3cf4627
commit a3b497b271
3 changed files with 7 additions and 7 deletions

View File

@@ -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.