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

cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3030 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 8f36d09d
Showing with 1 addition and 2 deletions
+1 -2
......@@ -1047,10 +1047,9 @@ int get_escape_seq_kbinput(const int *seq, size_t seq_len, bool
retval = KEY_F(4);
break;
}
} else {
} else
/* Esc [ O == F3 on FreeBSD console. */
retval = KEY_F(3);
}
break;
case 'P': /* Esc [ P == F4 on FreeBSD console. */
retval = KEY_F(4);
......
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