]> git.wh0rd.org Git - nano.git/commit
- Fixed awful scrolling in do_int_speller. Problem was findnextstr() calling edit_upd...
authorChris Allegretta <chrisa@asty.org>
Wed, 15 Jan 2003 03:06:25 +0000 (03:06 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 15 Jan 2003 03:06:25 +0000 (03:06 +0000)
commit0e7a3f5e2d46060c9f78097c48ccffb922afe2ad
tree5ca6f69028b9d9718421e99e40fe7ba7dabef5bd
parent688c8eb112844d9138b3c7d93e15f8865198f3c9
- Fixed awful scrolling in do_int_speller. Problem was findnextstr() calling edit_update(), though screen updating is not its business Added checks in do_search() and do_replace_loop() to do the checks.  It really should not be done here, as some function in winio.c should handle this, but I can't seem to find a good place to put this check

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