]> git.wh0rd.org Git - nano.git/commit
2010-01-12 Chris Allegretta <chrisa@asty.org>
authorChris Allegretta <chrisa@asty.org>
Wed, 13 Jan 2010 03:21:19 +0000 (03:21 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 13 Jan 2010 03:21:19 +0000 (03:21 +0000)
commit1a7a91b779359a04c3e6cec97794a5bfd72bf8e6
treed59b46ed433b07eb124839d67a1f85c04fe9e82b
parentdf8c3debc8f140cfe6e2298cc96bf6e7091c5bcd
2010-01-12 Chris Allegretta <chrisa@asty.org>
        * move.c (do_page_up, do_page_down): Fix issues with not enough scrolling down/up
          and cursor centering.
        * winio.c (edit_scroll): Remove lots of needless checking of line length for
          soft wrapping code.
        * winio.c (edit_update) - Remove extra code for when updating with old_current outside
          of the new buffer boundary and centering issues.

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