in help_line_len(), properly handle the case where we can't break the
David Lawrence Ramsey authored
line of help text, and wrap the line of help text at (COLS - 1) instead
of (COLS - 8), for consistency


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3666 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
186c795b
Name Last commit Last update
..
.cvsignore Major package reorganization:
Makefile.am in src/Makefile.am, remove "-Iintl" from INCLUDES, as we don't use an
browser.c handle statusbar blanking in one place instead of many, so that it
chars.c ignore unhandled meta key sequences and escape sequences, and indicate
color.c in color_update(), fix incorrect setting of defcolor, which prevented
cut.c cosmetic fixes
files.c per Benno Schulenberg's patch, in do_writeout(), fix problem where the
global.c per Benno Schulenberg's patch with a few tweaks by me, add minor wording
help.c in help_line_len(), properly handle the case where we can't break the
move.c handle prepending of wrapped text in one place instead of many, so that
nano.c disable mouse support while suspended
nano.h make the changed suspend/continue routines work properly under slang
prompt.c beep when we get an unhandled shortcut or toggle, as Pico does
proto.h disable mouse support while suspended
rcfile.c more minor wording fixes
search.c handle prepending of wrapped text in one place instead of many, so that
text.c another comment fix
utils.c remove the workaround for glibc 2.2.3's broken regexec(), and replace it
winio.c make the changed suspend/continue routines work properly under slang