tweaks: rename a function, to be more accurate

Because nothing gets reset to zero or to some initial value.
This commit is contained in:
Benno Schulenberg
2017-04-17 11:27:29 +02:00
parent b98545f455
commit 3dc6ccbe86
6 changed files with 13 additions and 13 deletions

View File

@@ -1200,8 +1200,8 @@ void do_insertfile(void)
openfile->current_x != was_current_x)
set_modified();
/* Update the cursor position to account for inserted lines. */
reset_cursor();
/* Update current_y to account for inserted lines. */
place_the_cursor();
refresh_needed = TRUE;
}