"git@gitlab.caltech.edu:cs24-19fa/git_rec_nano.git" did not exist on "6f083327414630fff57f0f8ad88e7d65bdc6c676"
Commit 45f971d6 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

add missing func_key reference

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1944 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -2606,7 +2606,7 @@ void do_justify(bool full_justify) ...@@ -2606,7 +2606,7 @@ void do_justify(bool full_justify)
* keystroke and return. */ * keystroke and return. */
kbinput = get_edit_input(&meta_key, &func_key, FALSE); kbinput = get_edit_input(&meta_key, &func_key, FALSE);
if (!meta_key && kbinput == NANO_UNJUSTIFY_KEY) { if (!meta_key && !func_key && kbinput == NANO_UNJUSTIFY_KEY) {
/* Restore the justify we just did (ungrateful user!). */ /* Restore the justify we just did (ungrateful user!). */
filestruct *cutbottom = get_cutbottom(); filestruct *cutbottom = get_cutbottom();
......
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