]> git.wh0rd.org Git - nano.git/commit
in edit_scroll(), redraw the lines before and after the scrolled region
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 2 Jan 2006 04:30:33 +0000 (04:30 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 2 Jan 2006 04:30:33 +0000 (04:30 +0000)
commit47cfd197b8d5d97ad9f87eb17d21e30f75923a3f
tree1cb1cc83c748749c0153638571748bc109cd5820
parent5b7b3e3c9c1e02c48886e78b5d9490aacb97fa93
in edit_scroll(), redraw the lines before and after the scrolled region
even if the scrolled region was only one line; this fixes a display
problem that occurs after doing a search that scrolls the screen down
one line and leaves the cursor on the last line of the screen, in which
case we need to update the line after the scrolled region

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