allow specifying matching bracket characters other than the default via
David Lawrence Ramsey authored
the "matchbrackets" rcfile option


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3259 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
d89617fb
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 since proto.h includes nano.h, and nano.h includes config.h first,
chars.c rework the bracket searching code to handle multibyte bracket characters
color.c clarify another comment
cut.c add descriptive comments to pretty much all functions and major
files.c a few last comment and consistency fixes
global.c allow specifying matching bracket characters other than the default via
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 allow specifying matching bracket characters other than the default via
nano.h add descriptive comments to pretty much all functions and major
prompt.c allow specifying matching bracket characters other than the default via
proto.h allow specifying matching bracket characters other than the default via
rcfile.c allow specifying matching bracket characters other than the default via
search.c allow specifying matching bracket characters other than the default via
text.c cosmetic fixes
utils.c fix inaccurate comment
winio.c in edit_scroll(), redraw the lines before and after the scrolled region