mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-19 04:41:15 -03:00
Amend typos and grammar errors
This commit is contained in:
committed by
Johannes Altmanninger
parent
7d5b44e828
commit
3cf6ebc0e1
@@ -263,7 +263,7 @@ static maybe_t<char_event_t> interrupt_handler() {
|
||||
// Reap stray processes, including printing exit status messages.
|
||||
// TODO: shouldn't need this parser here.
|
||||
if (job_reap(parser, true)) reader_repaint_needed();
|
||||
// Tell the reader an event occured.
|
||||
// Tell the reader an event occurred.
|
||||
if (reader_reading_interrupted()) {
|
||||
auto vintr = shell_modes.c_cc[VINTR];
|
||||
if (vintr == 0) {
|
||||
|
||||
Reference in New Issue
Block a user