]> git.wh0rd.org Git - nano.git/commit
really fix color breakage by decoupling edit_update() and
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 16 Jul 2005 22:47:12 +0000 (22:47 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 16 Jul 2005 22:47:12 +0000 (22:47 +0000)
commit5b44f373fd66e8620a6839450f77292d4186ccf5
tree1a0a58544e67943a2d80ffc9a9b63d2ca7055317
parent8f4762a842558800470354672a2b9087b4077d01
really fix color breakage by decoupling edit_update() and
edit_refresh(); edit_update() is only called without edit_refresh() in
do_gotolinecolumn() if allow_update is FALSE, and in edit_refresh()
itself if edittop is out of range of current

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2875 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/color.c
src/files.c
src/move.c
src/nano.h
src/proto.h
src/search.c
src/winio.c