Commit 17e12691 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

fix breakage

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3715 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 0 additions and 2 deletions
+0 -2
......@@ -162,7 +162,6 @@ char *do_browser(char *path, DIR *dir)
/* Redraw the screen. */
case NANO_REFRESH_KEY:
total_redraw();
kbinput = ERR;
break;
case NANO_HELP_KEY:
#ifndef DISABLE_HELP
......
......@@ -109,7 +109,6 @@ void do_help(void (*refresh_func)(void))
/* Redraw the screen. */
case NANO_REFRESH_KEY:
total_redraw();
kbinput = ERR;
break;
case NANO_PREVPAGE_KEY:
if (line > editwinrows - 2)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment