tweaks: use charalloc() instead of (char *)nmalloc() * sizeof(char)
David Lawrence Ramsey authored
The charalloc() macro does exactly this.
85bffcfe
Name Last commit Last update
..
Makefile.am build: for Solaris, tell the linker to use a threading lib
browser.c tweaks: transform the token DISABLE_BROWSER to ENABLE_BROWSER
chars.c tweaks: transform the token DISABLE_NANORC to ENABLE_NANORC
color.c tweaks: remove two superfluous includes
cut.c tweaks: set the target row for smooth scrolling more directly
files.c tweaks: set the target row for smooth scrolling more directly
global.c tweaks: rename a constant, to match the corresponding option
help.c tweaks: transform the token DISABLE_BROWSER to ENABLE_BROWSER
move.c moving: fix the cursor jumping back and forth with non-smooth paging
nano.c weeding: drop the forreal parameter from place_the_cursor()
nano.h suspension: prevent entering an invalid byte upon resume (with S-Lang)
prompt.c tweaks: rename a constant, to match the corresponding option
proto.h weeding: drop the forreal parameter from place_the_cursor()
rcfile.c tweaks: rename a constant, to match the corresponding option
search.c startup: in default mode, display the tail of the file as Pico does
text.c tweaks: use charalloc() instead of (char *)nmalloc() * sizeof(char)
utils.c tweaks: exclude from the tiny version five error-betraying messages
winio.c weeding: drop the forreal parameter from place_the_cursor()