notcurses/rust
Nick Black 6106dea18a
track+use width for polycolumn EGCs #1203 (#1205)
Some EGCs are more than 2 columns (wcwidth() never returns more than 2, so far as i can tell, but when multiple characters combine, we use the sum). An example would be ကြေ (Myanmar) which occupies three columns over the course of three characters. Track the width (biased by 1) in cell->width, taking over 8 bits from cell->reserved. Use this width in rasterization. Closes #1203.
2020-12-12 22:25:08 -05:00
..
.cargo rust: improve testing 2020-11-18 01:48:54 +01:00
build v2.0.12 2020-12-12 06:42:47 -05:00
examples rust: more refactoring 2020-12-03 04:30:13 +01:00
src track+use width for polycolumn EGCs #1203 (#1205) 2020-12-12 22:25:08 -05:00
tests rust: keep refactoring and improving docs 2020-12-02 02:12:12 +01:00
Cargo.toml v2.0.12 2020-12-12 06:42:47 -05:00
README.md rust: fix documentation building; #1125 2020-12-06 17:59:32 +01:00

libnotcurses-sys

Crate API dependency status MSRV: 1.40.0