mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-26 06:39:43 +03:00
comment fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3760 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
99a06d344f
commit
b006367878
10
src/winio.c
10
src/winio.c
@ -2856,8 +2856,8 @@ void edit_redraw(const filestruct *old_current, size_t old_pww)
|
||||
|
||||
openfile->edittop = old_edittop;
|
||||
|
||||
/* Update old_current if we're not on the first page and/or
|
||||
* we're not on the same page as before. */
|
||||
/* Update old_current if we're not on the same page as
|
||||
* before. */
|
||||
if (do_redraw)
|
||||
update_line(old_current, 0);
|
||||
|
||||
@ -2885,9 +2885,9 @@ void edit_redraw(const filestruct *old_current, size_t old_pww)
|
||||
return;
|
||||
}
|
||||
|
||||
/* Update old_current and current if we're not on the first page
|
||||
* and/or we're not on the same page as before. If the mark is on,
|
||||
* update all the lines between old_current and current too. */
|
||||
/* Update old_current and current if we're not on the same page as
|
||||
* before. If the mark is on, update all the lines between
|
||||
* old_current and current too. */
|
||||
foo = old_current;
|
||||
|
||||
while (foo != openfile->current) {
|
||||
|
Loading…
Reference in New Issue
Block a user