rename total_update() total_redraw() for consistency

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2725 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey
2005-06-18 15:49:17 +00:00
parent 7431fe5e93
commit c54c4d1eea
5 changed files with 10 additions and 10 deletions

View File

@@ -2655,7 +2655,7 @@ char *do_browser(char *path, DIR *dir)
/* Refresh the screen. */
case NANO_REFRESH_KEY:
total_update();
total_redraw();
break;
/* Go to a specific directory. */