mirror of
https://github.com/Cloudef/bemenu
synced 2025-02-23 02:16:48 +00:00
Delete is emitted on mac terminal.
This commit is contained in:
parent
5a0a2659ed
commit
46486abc64
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user