]> git.wh0rd.org Git - nano.git/commit
2009-02-05 Chris Allegretta <chrisa@asty.org>
authorChris Allegretta <chrisa@asty.org>
Fri, 6 Feb 2009 03:41:02 +0000 (03:41 +0000)
committerChris Allegretta <chrisa@asty.org>
Fri, 6 Feb 2009 03:41:02 +0000 (03:41 +0000)
commitfd265af15a4e4b87df8e02180e50832b1aeb95d4
tree43e0d6b287a3ec75a6deed1a8d3208b9119caf7a
parent58a802fa63c5297009c8382c1ad35af42473c714
2009-02-05 Chris Allegretta <chrisa@asty.org>
        * More color syntax speedups:  Determine in reset_multis() whether we really need to call
          edit_refresh().  Additional global var edit_refresh_needed() to hopefully reduce
          repeated calls to the function.  New helper funcs reset_multis_before() and
          reset_multis_after().

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4364 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/color.c
src/global.c
src/nano.c
src/proto.h
src/text.c