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/python
nick black a77774f4dc
notcurses_at_yx(): value-result u32+u64, not cell
Resolves #410. notcurses_at_yx() accepted a cell*, but the
gcluster of this cell was always set to 0. The EGC is instead
a heap-allocated copy, returned as the primary return value.
This is due to the absence of an egcpool to bind against.
Existing callers can be converted thus:

* instead of passing cell 'c', pass &(c)->attrword, &(c)->channels
* either initialize 'c' with CELL_TRIVIAL_INITIALIZER, or set its
   gcluster field to 0 following the call

I've updated all calls from tests/demos, updated the docs, and
updated the C++ and Python wrappers.
4 years ago
..
src/notcurses notcurses_at_yx(): value-result u32+u64, not cell 4 years ago
LICENSE.txt python/LICENSE.txt: reduce to proper apache format 4 years ago
README.md python bindings skeleton #149 5 years ago
setup.cfg eine klein python #149 5 years ago
setup.py v1.2.4 4 years ago

README.md

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.

Build Status License