reduce NO_RCFILE to a static bool in nano.c, since it's only used there
David Lawrence Ramsey authored
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3421 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
18dae628
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 implement filename searches in the file browser
chars.c add the ability to use bold text instead of reverse video text, via the
color.c clarify another comment
cut.c add descriptive comments to pretty much all functions and major
files.c in write_file(), simplify the routine for closing the file just before
global.c in shortcut_init(), tweak the descriptions of some shortcut keys to make
help.c more typo fixes
move.c add descriptive comments to pretty much all functions and major
nano.c reduce NO_RCFILE to a static bool in nano.c, since it's only used there
nano.h reduce NO_RCFILE to a static bool in nano.c, since it's only used there
prompt.c in get_prompt_string(), include the handling of the help key even when
proto.h reorganize the main shortcut list to make it easier for new users, per
rcfile.c in parse_syntax(), don't generate an error if we find a duplicate syntax
search.c change translator-specific comments in search.c so that they show up in
text.c make sure browser_refresh() is used when refreshing or doing tab
utils.c more comment fixes
winio.c reorganize the main shortcut list to make it easier for new users, per