Delete is emitted on mac terminal.

This commit is contained in:
Jari Vetoniemi 2014-04-12 00:00:39 +03:00
parent 5a0a2659ed
commit 46486abc64

View File

@ -251,6 +251,7 @@ static bmKey _bmDrawCursesGetKey(unsigned int *unicode)
return BM_KEY_PAGE_DOWN;
case 8: /* C-h */
case 127: /* Delete */
case KEY_BACKSPACE:
return BM_KEY_BACKSPACE;