Fix backspacing of wide characters in wide-character unaware programs not working

Fixes #875
This commit is contained in:
Kovid Goyal
2018-09-07 10:08:25 +05:30
parent 60fcf7ab3d
commit 7f0674ac27
3 changed files with 20 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ Changelog
font fallback for all subsequent characters that cannot be rendered in the
main font to fail (:iss:`799`)
- Fix backspacing of wide characters in wide-character unaware programs not working (:iss:`875`)
- Linux: Fix number pad arrow keys not working when Numlock is off (:iss:`857`)
- Wayland: Implement support for clipboard copy/paste (:iss:`855`)