mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 01:03:14 +02:00
core: set insert_ok to 0 for backspace key
This commit is contained in:
@@ -321,6 +321,7 @@ gui_key_flush (int paste)
|
||||
}
|
||||
else if (key == 127)
|
||||
{
|
||||
insert_ok = 0;
|
||||
key_str[0] = '\x01';
|
||||
key_str[1] = '?';
|
||||
key_str[2] = '\0';
|
||||
|
||||
Reference in New Issue
Block a user