Commit ea8f3c52 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4091 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
...@@ -999,10 +999,10 @@ int get_prompt_string(bool allow_tabs, ...@@ -999,10 +999,10 @@ int get_prompt_string(bool allow_tabs,
wnoutrefresh(bottomwin); wnoutrefresh(bottomwin);
/* If we're using restricted mode, we aren't allowed to change the /* If we're using restricted mode, we aren't allowed to change the
* name of a file once it has one, because that would allow writing * name of the current file once it has one, because that would
* to files not specified on the command line. In this case, * allow writing to files not specified on the command line. In
* disable all keys that would change the text if the filename isn't * this case, disable all keys that would change the text if the
* blank and we're at the "Write File" prompt. */ * filename isn't blank and we're at the "Write File" prompt. */
while ((kbinput = do_statusbar_input(&meta_key, &func_key, &s_or_t, while ((kbinput = do_statusbar_input(&meta_key, &func_key, &s_or_t,
&ran_func, &finished, TRUE, refresh_func)) != NANO_CANCEL_KEY && &ran_func, &finished, TRUE, refresh_func)) != NANO_CANCEL_KEY &&
kbinput != NANO_ENTER_KEY) { kbinput != NANO_ENTER_KEY) {
......
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