cosmetic fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3519 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
e2c9c58104
commit
10f8e880ba
|
@ -44,8 +44,8 @@ static size_t selected = 0;
|
||||||
static bool search_last_file = FALSE;
|
static bool search_last_file = FALSE;
|
||||||
/* Have we gone past the last file while searching? */
|
/* Have we gone past the last file while searching? */
|
||||||
|
|
||||||
/* Our browser function. path is the path to start browsing from.
|
/* Our browser function. path is the tilde-expanded path to start
|
||||||
* Assume path has already been tilde-expanded. */
|
* browsing from. */
|
||||||
char *do_browser(char *path, DIR *dir)
|
char *do_browser(char *path, DIR *dir)
|
||||||
{
|
{
|
||||||
int kbinput;
|
int kbinput;
|
||||||
|
@ -333,7 +333,7 @@ char *do_browser(char *path, DIR *dir)
|
||||||
goto change_browser_directory;
|
goto change_browser_directory;
|
||||||
/* Redraw the screen. */
|
/* Redraw the screen. */
|
||||||
case NANO_REFRESH_KEY:
|
case NANO_REFRESH_KEY:
|
||||||
browser_refresh();
|
total_redraw();
|
||||||
break;
|
break;
|
||||||
/* Abort the browser. */
|
/* Abort the browser. */
|
||||||
case NANO_EXIT_KEY:
|
case NANO_EXIT_KEY:
|
||||||
|
|
Loading…
Reference in New Issue