notcurses/doc
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.
2020-03-27 03:49:13 -04:00
..
man notcurses_at_yx(): value-result u32+u64, not cell 2020-03-27 03:49:13 -04:00
analytics-header.html throw analytics into man pages 2020-01-12 14:48:35 -05:00
Doxyfile v1.2.4 2020-03-24 16:25:47 -04:00
FreeBSD-Makefile v1.2.4 2020-03-24 16:25:47 -04:00
logo-1280x640.png Add a Doxyfile #297 2020-02-18 01:05:59 -05:00
release-checklist.md yummy covid-19 2020-03-09 15:31:16 -04:00
widechars.png add widechars.png image to readme 2020-01-12 07:51:35 -05:00