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

Backspace map to delete.

parent 4a53c986
No related branches found
No related tags found
No related merge requests found
......@@ -1388,6 +1388,7 @@ BOOL doterm(struct bbslist *bbs)
ch[0]=19;
conn_send(ch,1,0);
break;
case '\b':
case CIO_KEY_DC: /* "Delete" key */
ch[0]=20;
conn_send(ch,1,0);
......
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