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

Added definition of DEL key (Ctrl-BS).

parent 1244b0e6
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@
#define CR '\r' /* Carriage return ^M */
#define ESC 0x1b /* Escape ^[ */
#define SP ' ' /* Space */
#define DEL 0x7f /* Delete ^BS */
#endif
#define CLREOL 256
......
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