smol/src
Benno Schulenberg 523bc0fd4f speller: don't proceed when the user aborts the searching
When searching for a misspelled word takes a while, and the user
stops this search with ^C, then abort the spelling-checking session.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2016-04-04 17:43:31 +02:00
..
Makefile.am Removing an "-I m4" flag; it is needed only at the top level. 2014-06-16 12:45:03 +00:00
browser.c Improving the wording of an error message: the confinement of 2016-03-29 14:16:55 +00:00
chars.c Speeding up Unicode validation. 2016-03-29 14:46:53 +00:00
color.c Checking for the existence of the REG_ENHANCED regex flag, and 2016-03-22 10:42:28 +00:00
cut.c Not moving the cursor when copying a backwardly marked region. 2016-02-23 12:07:58 +00:00
files.c Renaming a variable to better indicate booleanness. 2016-03-30 12:27:06 +00:00
global.c Removing the 'last_replace' variable that is never used. 2016-03-28 19:14:33 +00:00
help.c Switching the cursor on and off at the appropriate moments (that is: when 2016-02-13 19:41:12 +00:00
move.c Sorting the prev_word() and next_word() functions in the standard way: 2016-02-22 12:49:08 +00:00
nano.c Placing the cursor in the edit window also when --constantshow is in effect. 2016-03-29 12:14:00 +00:00
nano.h Combining the regular-expression flags at compile time instead of at run time. 2016-03-13 19:37:21 +00:00
prompt.c Renaming a variable to better indicate booleanness. 2016-03-30 12:27:06 +00:00
proto.h Renaming a variable to better indicate booleanness. 2016-03-30 12:27:06 +00:00
rcfile.c Checking for the existence of the REG_ENHANCED regex flag, and 2016-03-22 10:42:28 +00:00
search.c Renaming 'do_replace_highlight()' to 'spotlight()', for clarity, 2016-03-30 12:09:39 +00:00
text.c speller: don't proceed when the user aborts the searching 2016-04-04 17:43:31 +02:00
utils.c Not using $HOME when we're root, because some sudos don't filter it out 2016-01-22 16:10:36 +00:00
winio.c Renaming a variable for clarity. 2016-03-30 12:18:22 +00:00