]> git.wh0rd.org Git - nano.git/commit
Preliminary syntax highlighting support. New functions colortoint() and parse_color...
authorChris Allegretta <chrisa@asty.org>
Thu, 29 Nov 2001 02:42:27 +0000 (02:42 +0000)
committerChris Allegretta <chrisa@asty.org>
Thu, 29 Nov 2001 02:42:27 +0000 (02:42 +0000)
commit08893e08e32b899b5109581f2121ef9d0e60d2ea
treeca96aea0f153e947398fdd804989526799f6b98f
parentfeebeb90eaa27c93b3b937fd83b405480faa01df
Preliminary syntax highlighting support.  New functions colortoint() and parse_color() in rcfile.c, new code in edit_add() in winio.c to actually do the highlighting.  It's not even close to pretty yet :P

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@910 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
color.c
global.c
nano.c
nano.h
nanorc.sample
proto.h
rcfile.c
winio.c