fix breakage

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3715 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-07-02 15:50:55 +00:00
parent 3d7c2bd2d6
commit 17e12691b0
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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)