Avoiding wide paragraphs of running text in the help screens,
Benno Schulenberg authored
wrapping them at 74 columns if the screen is wider.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5358 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
a9aa0ef9
Name Last commit Last update
..
Makefile.am Removing an "-I m4" flag; it is needed only at the top level.
browser.c Speeding up the finding of the longest filename in the current folder.
chars.c Not bothering to reset any state, because UTF-8 is a stateless encoding.
color.c Not checking for non-NULL before freeing a variable, as it's unnecessary.
cut.c 2015-02-03 Alex Henrie <alexhenrie24@gmail.com>
files.c Avoiding a possibly erroneous message, because failing to delete
global.c Allowing to change the file format in restricted mode, but actually disabling
help.c Avoiding wide paragraphs of running text in the help screens,
move.c Improving a few comments.
nano.c Making a message sound more definitive instead of temporary.
nano.h Letting malloc() help to find initialization failures and uses-after-free.
prompt.c Not checking for non-NULL before freeing a variable, as it's unnecessary.
proto.h Allowing to toggle whitespace display also when support for nanorc files
rcfile.c Fixing compilation with --enable-tiny: file formats don't exist then.
search.c Removing the mistaken comparison between a pointer and a literal character.
text.c Adding two new bindable functions which delete all characters
utils.c Keeping homedir NULL when no home directory could be determined,
winio.c Allowing to toggle whitespace display also when support for nanorc files