comment fix
David Lawrence Ramsey authored
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3314 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
20323a82
Name Last commit Last update
..
.cvsignore Major package reorganization:
Makefile.am move functions specific to the file browser to their own source file,
browser.c in do_browser(), make fileline and the static selected size_t's, since
chars.c fix potential infinite loop in mbrevstrpbrk()
color.c clarify another comment
cut.c add descriptive comments to pretty much all functions and major
files.c in do_writeout(), remove unneeded setting of currshortcut
global.c in shortcut_init(), remove erroneous handling of the "Get Help" shortcut
help.c since proto.h includes nano.h, and nano.h includes config.h first,
move.c add descriptive comments to pretty much all functions and major
nano.c in get_key_buffer(), simplify the check for a lost input source, since
nano.h in get_key_buffer(), if we fail to get a character over MAX_BUF_SIZE
prompt.c make sure browser_refresh() is used when refreshing or doing tab
proto.h make sure browser_refresh() is used when refreshing or doing tab
rcfile.c fix "matchbrackets" breakage
search.c comment fix
text.c make sure browser_refresh() is used when refreshing or doing tab
utils.c in ngetdelim(), do sanity checks manually again instead of in an assert,
winio.c in get_key_buffer(), simplify the check for a lost input source, since