smol/src
Benno Schulenberg d0c2c1e6b9 suspension: leave ^Z unbound by default -- just ^T^Z will suspend nano
Suggest in the documentation how to get a one-keystroke Suspend.
2021-11-05 15:24:45 +01:00
..
Makefile.am build: avoid a warning about duplicate symbol when building from tarball 2021-02-02 11:39:26 +01:00
browser.c history: process file faster by not filtering out hypothetical duplicates 2021-10-14 09:58:07 +02:00
chars.c copyright: update to the current year for significantly changed files 2021-09-24 11:01:41 +02:00
color.c copyright: update to the current year for significantly changed files 2021-09-24 11:01:41 +02:00
cut.c pasting: when less than a line is pasted, allow automatic hard-wrapping 2021-10-27 16:42:07 +02:00
definitions.h history: process file faster by not filtering out hypothetical duplicates 2021-10-14 09:58:07 +02:00
files.c history: process file faster by not filtering out hypothetical duplicates 2021-10-14 09:58:07 +02:00
global.c suspension: leave ^Z unbound by default -- just ^T^Z will suspend nano 2021-11-05 15:24:45 +01:00
help.c help: group the now lone mouse toggle with the "behavioral" ones 2021-10-31 10:55:07 +01:00
history.c history: process file faster by not filtering out hypothetical duplicates 2021-10-14 09:58:07 +02:00
move.c tweaks: elide two parameters, as they are now always the same 2021-10-27 16:30:23 +02:00
nano.c tweaks: replace a verbose condition with a simpler early return 2021-11-01 18:17:47 +01:00
prompt.c replacing: keep centering the occurrence, also after toggling help lines 2021-10-29 09:35:38 +02:00
prototypes.h tweaks: elide two parameters, as they are now always the same 2021-10-27 16:30:23 +02:00
rcfile.c suspension: enable ^Z by default -- ignore -z option and drop M-Z toggle 2021-10-31 10:55:07 +01:00
search.c history: process file faster by not filtering out hypothetical duplicates 2021-10-14 09:58:07 +02:00
text.c tweaks: elide two parameters, as they are now always the same 2021-10-27 16:30:23 +02:00
utils.c tweaks: change 'return ++var;' to 'return var + 1;' 2021-10-02 17:41:03 +02:00
winio.c tweaks: add two spaces and two comments, and drop an internal check 2021-10-31 16:45:43 +01:00