mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 02:56:21 +00:00
Added alt-backspace key code for ubuntu
This commit is contained in:
@@ -551,6 +551,7 @@ _handle_alt_key(char *input, int *size, int key)
|
||||
case '0':
|
||||
ui_switch_win(9);
|
||||
break;
|
||||
case 263:
|
||||
case 127:
|
||||
input[*size] = '\0';
|
||||
gchar *curr_ch = g_utf8_offset_to_pointer(input, end_del);
|
||||
|
||||
Reference in New Issue
Block a user