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

fix comment inaccuracy

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1650 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent d390dd8e
Showing with 1 addition and 1 deletion
+1 -1
......@@ -724,7 +724,7 @@ int get_escape_seq_kbinput(WINDOW *win, int *escape_seq, int
}
/* Return the equivalent arrow key value for the case-insensitive
* letters A (up), B (down), C (left), and D (right). These are common
* letters A (up), B (down), C (right), and D (left). These are common
* to many escape sequences. */
int get_escape_seq_abcd(int kbinput)
{
......
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