Skip to content
Snippets Groups Projects
Commit bfc7c478 authored by rswindell's avatar rswindell
Browse files

Added KEY_DEL definition at the request of Tracker1

parent 01eb3c3b
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,7 @@ var KEY_RIGHT ='\x06' /* ctrl-f (rt arrow) */
var KEY_LEFT ='\x1d' /* ctrl-] (lf arrow) */
var KEY_HOME ='\x02' /* ctrl-b (home) */
var KEY_END ='\x05' /* ctrl-e (end) */
var KEY_DEL ='\x7f' /* (del) */
/********************************************/
/********************************************/
......
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