smol/src
Benno Schulenberg 728498fde5 files: don't say "Error...: Success" when aborting after resizing
For some reason 'errno' is not EINTR but zero when a SIGINT is
produced after a SIGWINCH.
2019-05-26 19:49:23 +02:00
..
Makefile.am organization: move all history-related stuff to its own file 2017-09-17 12:46:36 +02:00
browser.c tweaks: remove the two remaining handfuls of asserts 2019-05-19 18:58:02 +02:00
chars.c tweaks: adjust the indentation after the previous change 2019-04-06 19:45:45 +02:00
color.c rcfile: fully parse a syntax file only when needed 2019-05-20 10:25:47 +02:00
cut.c tweaks: rename a function, to be clearer and to stop using an old abbrev 2019-05-24 18:56:34 +02:00
files.c files: don't say "Error...: Success" when aborting after resizing 2019-05-26 19:49:23 +02:00
global.c tweaks: factor out the installing and restoring of the ^C signal handler 2019-05-26 13:55:59 +02:00
help.c tweaks: reshuffle a couple of lines and adjust a few comments 2019-05-13 12:25:39 +02:00
history.c tweaks: rename a function, to better indicate what it does 2019-04-30 10:27:10 +02:00
move.c tweaks: rename another function, to be distinct and fitting 2019-04-24 10:52:49 +02:00
nano.c files: don't save the state of the terminal a second time 2019-05-26 19:16:40 +02:00
nano.h rcfile: fully parse a syntax file only when needed 2019-05-20 10:25:47 +02:00
prompt.c bindings: at a Yes-No prompt, accept also ^Y for "Yes" 2019-05-17 11:39:40 +02:00
proto.h build: fix compilation when configured with --enable-tiny 2019-05-26 14:48:14 +02:00
rcfile.c tweaks: add a pair of braces, to silence a compiler warning 2019-05-21 17:25:45 +02:00
search.c tweaks: adjust some indentation after the previous change 2019-05-08 19:35:42 +02:00
text.c tweaks: stop checking for a NULL result from line_from_number() 2019-05-24 19:08:29 +02:00
utils.c tweaks: rename a parameter and a variable, to be more distinct 2019-05-24 19:27:04 +02:00
winio.c tweaks: rename a function, to be more fitting 2019-04-28 11:01:51 +02:00