Commit Graph

7 Commits (568e83e4f6f56f51c0105d1bd62659e2de2d52f0)

Author SHA1 Message Date
joseLuís 6938188b19 rust: NcCell updates
- update NcCell documentation according to last release.
- implement NcCell.load method.
- bonus: remove old "width bias" info from the python bindings.
- bonus: add some (commented out) profile settings to Cargo.toml.
4 years ago
nick black 05b318e487
cffi: sync to new ncdirect functions 4 years ago
nick black eb64ce090d
cffi: sync to new ncdirect functions 4 years ago
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
nick black e60a7aa463
add stat for notcurses_refresh() 4 years ago
nick black b33c780c88 document ncpile_render(), ncpile_rasterize() 4 years ago
nick black f2d3b26fcb
move python-cffi to cffi 4 years ago