]> git.wh0rd.org Git - nano.git/commit
in do_replace_loop(), when moving to the next match, update the screen
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 6 Jun 2005 03:46:32 +0000 (03:46 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 6 Jun 2005 03:46:32 +0000 (03:46 +0000)
commitc4dbdd55f514af41f20c0a4961b56170ce822010
tree463e3bc280016853d8e49776b1548f6ee8b531c1
parentd29b9d5bd68cc1e428e44ea45d7de30dbb0272c1
in do_replace_loop(), when moving to the next match, update the screen
using edit_refresh() instead of edit_redraw(), as the latter won't work
properly when we've replaced one or more instances of a string in copy
and haven't yet updated current->data to match copy

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2599 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/search.c