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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user