mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-26 16:43:27 +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;
|
bool match = true;
|
||||||
|
|
||||||
switch (key) {
|
switch (key) {
|
||||||
|
case 0x7f:
|
||||||
case KEY_BACKSPACE:
|
case KEY_BACKSPACE:
|
||||||
input_backspace(self, x, y, mx_x, mx_y);
|
input_backspace(self, x, y, mx_x, mx_y);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user