mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Added alt-backspace key code for ubuntu
This commit is contained in:
parent
dd32044bd5
commit
6acbb5e512
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user