Commit 3d7c2bd2 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

more comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3714 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 21cdee55
Showing with 3 additions and 2 deletions
+3 -2
......@@ -352,8 +352,8 @@ char *do_browser(char *path, DIR *dir)
/* Start over again with the new path value. */
free_chararray(filelist, filelist_len);
goto change_browser_directory;
/* Abort the file browser. */
case NANO_EXIT_KEY:
/* Abort the file browser. */
abort = TRUE;
break;
}
......
......@@ -106,6 +106,7 @@ void do_help(void (*refresh_func)(void))
}
break;
#endif
/* Redraw the screen. */
case NANO_REFRESH_KEY:
total_redraw();
kbinput = ERR;
......@@ -138,8 +139,8 @@ void do_help(void (*refresh_func)(void))
line = last_line - (editwinrows - 1);
}
break;
/* Abort the help browser. */
case NANO_EXIT_KEY:
/* Abort the help browser. */
abort = TRUE;
break;
}
......
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