]> git.wh0rd.org Git - nano.git/commit
2012-02-05 Chris Allegretta <chrisa@asty.org>
authorChris Allegretta <chrisa@asty.org>
Mon, 6 Feb 2012 01:10:45 +0000 (01:10 +0000)
committerChris Allegretta <chrisa@asty.org>
Mon, 6 Feb 2012 01:10:45 +0000 (01:10 +0000)
commitd84849ec1237074a8614a32777f182cbe37de1e7
tree9be73c51bf98b5507bd9cdb7c8c7cd941199e63a
parent8d7402f470d854220c3ef21298a6a286b977ed9a
2012-02-05 Chris Allegretta <chrisa@asty.org>
        * src/*: Fix overlapping strings highlighting each other.  new variables in edit_draw
          (slmatcharray, pbegin, paintok), new logic (with repeated setting od values in the
          array but its BFI after all).  FIXME: Need to create a new 'overlap'
        * src/*: Fix a silly issue with the argument to nregcomp, as it's confusing to the caller
        * src/nano.h: Change the color types to a compiler macro (COLORWIDTH), may not actually
          even be worth doing, but someday who knows how wide a color curses implementation might
          be, and maybe we'll even start checking for it in autoconf!

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4547 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/nano.h
src/proto.h
src/rcfile.c
src/winio.c