mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
0084dbaa6d
Add convenience function ncplane_home(). Add an ncblitter_e param to ncplane_qrcode(), and split int maxversion into value-result int* ymax and int* xmax. Write the actual sizes of the resulting visual into these parameters. Update the qrcode demo. Add the qrcode PoC. Update demos to ncplane_home(), where possible. ncplane_qrcode() now takes an ncblitter_e and two value-result int*s in the place of a single value int. The final size of the displayed qrcode is written to *ymax and *xmax. If the code can't fit within the specified dimensions, an error is returned. Standard rules for pluggable blitters apply regarding fallback etc. #699 |
||
---|---|---|
.. | ||
src/notcurses | ||
LICENSE.txt | ||
README.md | ||
setup.cfg | ||
setup.py |
notcurses
Python bindings for the C [https://github.com/dankamongmen/notcurses notcurses] library. notcurses is a library for building complex, vibrant textual user interfaces (TUIs) on modern terminal emulators.
by nick black (nickblack@linux.com)
for more information, see my wiki.