]> git.wh0rd.org Git - nano.git/commitdiff
in do_browser(), remove unneeded call to blank_edit()
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 29 Jun 2006 15:08:00 +0000 (15:08 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 29 Jun 2006 15:08:00 +0000 (15:08 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3690 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/browser.c

index 669230fcc9e47f6cf80faa1cf1c99c648162ded0..321b1555aef62eb9dcca26c9a41c75adb88627e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@ CVS code -
   do_browser()
        - Refactor and simplify the mouse support, modeling it after
          do_mouse() for consistency. (DLR)
+       - Remove unneeded call to blank_edit(). (DLR)
 - doc/syntax/c.nanorc:
        - Since .i and .ii are preprocessed C and C++ output, colorize
          them here. (Mike Frysinger)
index 9c3d8b8487cedad90aad9cafe91f88a94f682271..2777c82b437562955c371d8438f25476aa4cf2a7 100644 (file)
@@ -346,7 +346,6 @@ char *do_browser(char *path, DIR *dir)
        parse_browser_input(&kbinput, &meta_key, &func_key);
     } while (kbinput != NANO_EXIT_KEY);
 
-    blank_edit();
     titlebar(NULL);
     edit_refresh();
     curs_set(1);