]> git.wh0rd.org Git - nano.git/commitdiff
cosmetic fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 15 May 2006 14:47:16 +0000 (14:47 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 15 May 2006 14:47:16 +0000 (14:47 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3519 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/browser.c

index 0fd256d7e307f7424979d8d10c150db668f92741..c91b20d5dadd762824c2ea6e3db3aa987a2bb9f1 100644 (file)
@@ -44,8 +44,8 @@ static size_t selected = 0;
 static bool search_last_file = FALSE;
        /* Have we gone past the last file while searching? */
 
-/* Our browser function.  path is the path to start browsing from.
- * Assume path has already been tilde-expanded. */
+/* Our browser function.  path is the tilde-expanded path to start
+ * browsing from. */
 char *do_browser(char *path, DIR *dir)
 {
     int kbinput;
@@ -333,7 +333,7 @@ char *do_browser(char *path, DIR *dir)
                goto change_browser_directory;
            /* Redraw the screen. */
            case NANO_REFRESH_KEY:
-               browser_refresh();
+               total_redraw();
                break;
            /* Abort the browser. */
            case NANO_EXIT_KEY: