Skip to content
Snippets Groups Projects
Commit f0348c26 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix ANSI_KEY_PGDN definition.

Likely still not right though.
parent 0f87d4e2
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ static tODKeySequence ODaKeySequences[] =
{"\033[C", ANSI_KEY_RIGHT},
{"\033[D", ANSI_KEY_LEFT},
{"\033[M", ANSI_KEY_PGUP},
{"\033[H\x1b[2J", ANSI_KEY_PGDN},
{"\033[2J", ANSI_KEY_PGDN},
{"\033[H", ANSI_KEY_HOME},
{"\033[K", ANSI_KEY_END},
{"\033OP", ANSI_KEY_F1},
......
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