]> git.wh0rd.org Git - nano.git/commit
have edit_refresh() call edit_update() with NONE when smooth scrolling
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 27 Aug 2004 17:02:05 +0000 (17:02 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 27 Aug 2004 17:02:05 +0000 (17:02 +0000)
commit50c7f2de2f2ef6fe1a561874cef81f6cc8b1589b
treedc18c18d5c8b3bf1d858415b48b2f78034ff6499
parent0c4c58e457354152acebe9f3900fdc10ad9eabfa
have edit_refresh() call edit_update() with NONE when smooth scrolling
is on so that smooth scrolling applies everywhere instead of just to the
movement functions, fix a potential infinite loop when edit_update() is
called with NONE and current_y is greater than (editwinrows - 1), and
have do_para_begin() and do_para_end() maintain current_y as
do_justify() does (and as they did before)

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