mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 02:23:01 +01:00
fix backspace issue on some platforms
This commit is contained in:
parent
8d68b5cc01
commit
581261afca
@ -230,6 +230,7 @@ bool input_handle(ToxWindow *self, wint_t key, int x, int y, int mx_x, int mx_y)
|
||||
bool match = true;
|
||||
|
||||
switch (key) {
|
||||
case 0x7f:
|
||||
case KEY_BACKSPACE:
|
||||
input_backspace(self, x, y, mx_x, mx_y);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user