]> git.wh0rd.org Git - nano.git/commit
add the ability to use bold text instead of reverse video text, via the
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 12 Apr 2006 15:27:40 +0000 (15:27 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 12 Apr 2006 15:27:40 +0000 (15:27 +0000)
commit4d72de73b19fbbd841b77f2494481271b73f864f
treeaa2f444e4c885324b91f05f4b23f2808b1300870
parent61a70388fe3b6c6162f064e96118437e8fea4996
add the ability to use bold text instead of reverse video text, via the
-D/--boldtext command line option and the "boldtext" rcfile option, and
reduce USE_UTF8 to a static bool in chars.c

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3368 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
14 files changed:
ChangeLog
doc/man/nano.1
doc/man/nanorc.5
doc/nanorc.sample
doc/texinfo/nano.texi
src/chars.c
src/global.c
src/help.c
src/nano.c
src/nano.h
src/prompt.c
src/proto.h
src/rcfile.c
src/winio.c