You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
4 years ago
..
.cargo rust: improve testing 4 years ago
build v2.0.12 4 years ago
examples rust: more refactoring 4 years ago
src track+use width for polycolumn EGCs #1203 (#1205) 4 years ago
tests rust: keep refactoring and improving docs 4 years ago
Cargo.toml v2.0.12 4 years ago
README.md rust: fix documentation building; #1125 4 years ago

README.md

libnotcurses-sys

Crate API dependency status MSRV: 1.40.0