mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
Upgrade bundled harfbuzz library to 2.9.0
This commit is contained in:
parent
006fa6caac
commit
fc441e9879
2
deps/harfbuzz/build.rs
vendored
2
deps/harfbuzz/build.rs
vendored
@ -56,8 +56,8 @@ fn harfbuzz() {
|
||||
"hb-ot-shape-complex-indic.cc",
|
||||
"hb-ot-shape-complex-khmer.cc",
|
||||
"hb-ot-shape-complex-myanmar.cc",
|
||||
"hb-ot-shape-complex-syllabic.cc",
|
||||
"hb-ot-shape-complex-thai.cc",
|
||||
"hb-ot-shape-complex-use-table.cc",
|
||||
"hb-ot-shape-complex-use.cc",
|
||||
"hb-ot-shape-complex-vowel-constraints.cc",
|
||||
"hb-ot-shape-fallback.cc",
|
||||
|
2
deps/harfbuzz/harfbuzz
vendored
2
deps/harfbuzz/harfbuzz
vendored
@ -1 +1 @@
|
||||
Subproject commit 9c98b2b9a9e43669c5e2b37eaa41b1e07de1ede3
|
||||
Subproject commit 9aa6f8a93f035dd0a1e3978da495d830049480c8
|
@ -20,6 +20,7 @@ As features stabilize some brief notes about them will accumulate here.
|
||||
* New: X11 now supports IME. It currently defaults to disabled, but you can set `use_ime = true` in your config to enable it (you need to restart wezterm for this to take effect). Many thanks to [@H-M-H](https://github.com/H-M-H) for bringing xcb-imdkit to Rust and implementing this in wezterm! [#250](https://github.com/wez/wezterm/issues/250) [#1043](https://github.com/wez/wezterm/pull/1043)
|
||||
* New: it is now possible to define colors in the range 16-255 in `colors` and color scheme definitions. Thanks to [@potamides](https://github.com/potamides)! [#841](https://github.com/wez/wezterm/issues/841) [#1056](https://github.com/wez/wezterm/pull/1056)
|
||||
* Fixed: X11: laggy input after selecting text. [#1027](https://github.com/wez/wezterm/issues/1027)
|
||||
* Updated: bundled harfbuzz to version 2.9.0
|
||||
|
||||
### 20210814-124438-54e29167
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user