smol/src
Benno Schulenberg 7ff6b97e5c tweaks: reshuffle some lines and adjust indentation after previous change
Also, exclude the state-flag stuff from the tiny version.
2020-09-23 19:48:03 +02:00
..
Makefile.am build: fix the Makefile after two header files were renamed 2020-06-25 21:11:26 +02:00
browser.c tweaks: reshuffle two lines and a function name, for a consistent order 2020-09-20 20:03:18 +02:00
chars.c chars: reduce searching time with roughly 85 percent for plain ASCII 2020-09-01 19:35:34 +02:00
color.c rcfile: add 'set scrollercolor', for changing the color of the indicator 2020-09-02 19:55:24 +02:00
cut.c feedback: don't give a hint for <Bsp>, and not after an Alt+key was used 2020-09-19 12:15:07 +02:00
definitions.h new feature: option --stateflags to show some states in top-right corner 2020-09-23 19:48:03 +02:00
files.c build: stop using an obsolete macro, and use 'void' for signal handlers 2020-09-16 16:27:32 +02:00
global.c tweaks: add a hint for translators 2020-09-21 19:34:21 +02:00
help.c tweaks: reshuffle two lines and a function name, for a consistent order 2020-09-20 20:03:18 +02:00
history.c tweaks: rename another variable, away from being misnamed 2020-09-22 11:18:44 +02:00
move.c build: exclude --emptyline, --jumpyscrolling, and --noread from tiny nano 2020-09-21 19:02:07 +02:00
nano.c new feature: option --stateflags to show some states in top-right corner 2020-09-23 19:48:03 +02:00
prompt.c tweaks: stop casting the return of malloc() and friends 2020-08-31 12:17:27 +02:00
prototypes.h tweaks: elide a one-line function, after reducing it to a single call 2020-09-18 15:22:12 +02:00
rcfile.c new feature: option --stateflags to show some states in top-right corner 2020-09-23 19:48:03 +02:00
search.c build: avoid two compiler warnings when gnulib has been ripped out 2020-09-14 11:02:31 +02:00
text.c build: avoid two compiler warnings when gnulib has been ripped out 2020-09-14 11:02:31 +02:00
utils.c tweaks: stop casting the return of malloc() and friends 2020-08-31 12:17:27 +02:00
winio.c tweaks: reshuffle some lines and adjust indentation after previous change 2020-09-23 19:48:03 +02:00