Skip to content
Snippets Groups Projects
Commit 6855ba12 authored by deuce's avatar deuce
Browse files

Add missing struct members.

parent bb21339d
No related branches found
No related tags found
No related merge requests found
......@@ -106,13 +106,13 @@ tODKeySequence aKeySequences[] =
{"\033[24~", OD_KEY_F12, FALSE},
/* XTerm specific control sequences */
{"\033[15~", OD_KEY_F5},
{"\033[15~", OD_KEY_F5, FALSE},
/* Old, deprecated XTerm specific control sequences */
{"\033[11~", OD_KEY_F1},
{"\033[12~", OD_KEY_F2},
{"\033[13~", OD_KEY_F3},
{"\033[14~", OD_KEY_F4},
{"\033[11~", OD_KEY_F1, FALSE},
{"\033[12~", OD_KEY_F2, FALSE},
{"\033[13~", OD_KEY_F3, FALSE},
{"\033[14~", OD_KEY_F4, FALSE},
/* ANSI-specific control sequences. */
{"\033[L", OD_KEY_HOME, FALSE},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment