mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
Minor code cleanup
darcs-hash:20061004214204-ac50b-e1529fcedb1665f9871a95eba293a4a3c1150464.gz
This commit is contained in:
4
input.c
4
input.c
@@ -1390,7 +1390,7 @@ static int interrupt_handler()
|
||||
/*
|
||||
Tell the reader an event occured
|
||||
*/
|
||||
if( reader_interupted() )
|
||||
if( reader_interrupted() )
|
||||
{
|
||||
/*
|
||||
Return 3, i.e. the character read by a Control-C.
|
||||
@@ -1654,7 +1654,7 @@ wint_t input_readch()
|
||||
/*
|
||||
Clear the interrupted flag
|
||||
*/
|
||||
reader_interupted();
|
||||
reader_interrupted();
|
||||
|
||||
/*
|
||||
Search for sequence in various mapping tables
|
||||
|
||||
Reference in New Issue
Block a user