nano/src
Benno Schulenberg 1e2e6733df tweaks: add a pair of braces, to silence a compiler warning
Also, put an 'else' on the same line as the preceding closing brace.
2019-05-21 17:25:45 +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 two more functions, to be simpler too 2019-05-04 11:21:45 +02:00
files.c tweaks: remove the two remaining handfuls of asserts 2019-05-19 18:58:02 +02:00
global.c help: don't show Alt+Left and Alt+Right when running on a Linux console 2019-05-13 13:01:10 +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
Makefile.am organization: move all history-related stuff to its own file 2017-09-17 12:46:36 +02:00
move.c tweaks: rename another function, to be distinct and fitting 2019-04-24 10:52:49 +02:00
nano.c rcfile: store errors and display them when nano terminates 2019-05-20 10:25:47 +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 tweaks: add a missing forward declaration of make_new_buffer() 2019-05-20 11:53:22 +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: set a boolean directly, instead of using a function call 2019-05-21 12:15:37 +02:00
utils.c tweaks: use a more direct call when a single linestruct is deleted 2019-04-28 17:20:08 +02:00
winio.c tweaks: rename a function, to be more fitting 2019-04-28 11:01:51 +02:00