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/cffi
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
..
src/notcurses track+use width for polycolumn EGCs #1203 (#1205) 4 years ago
LICENSE.txt move python-cffi to cffi 4 years ago
README.md move python-cffi to cffi 4 years ago
notcurses-direct-pydemo move python-cffi to cffi 4 years ago
notcurses-direct-pydemo.1.md move python-cffi to cffi 4 years ago
notcurses-pydemo move python-cffi to cffi 4 years ago
notcurses-pydemo.1.md v2.0.12 4 years ago
setup.cfg move python-cffi to cffi 4 years ago
setup.py v2.0.12 4 years ago

README.md

notcurses

Python bindings for the C Notcurses library. Notcurses is a blingful library for building complex, vibrant textual user interfaces (TUIs) on modern terminal emulators, of which these Python bindings offer nowhere near complete coverage.

by nick black (nickblack@linux.com)

for more information, see my wiki.

Build Status License