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/include/ncpp
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
..
internal Add C++ bindings 5 years ago
Cell.hh ncplane_translate() accept NULL dest as standard plane #408 (#411) 4 years ago
CellStyle.hh Prep for serious rusting #101 (#354) 4 years ago
Direct.hh [C++] API sync 4 years ago
Menu.hh Prep for serious rusting #101 (#354) 4 years ago
MultiSelector.hh [C++] API sync 4 years ago
NCAlign.hh Prep for serious rusting #101 (#354) 4 years ago
NCBox.hh Prep for serious rusting #101 (#354) 4 years ago
NCKey.hh [C++] API sync 4 years ago
NCLogLevel.hh Prep for serious rusting #101 (#354) 4 years ago
NCScale.hh Prep for serious rusting #101 (#354) 4 years ago
NotCurses.hh notcurses_at_yx(): value-result u32+u64, not cell 4 years ago
Palette256.hh [C++] API sync + some (breaking) changes 4 years ago
Plane.hh gradient_sized (C++): fix parameter name 4 years ago
Reel.hh Prep for serious rusting #101 (#354) 4 years ago
Root.hh Prep for serious rusting #101 (#354) 4 years ago
Selector.hh Prep for serious rusting #101 (#354) 4 years ago
Tablet.hh Prep for serious rusting #101 (#354) 4 years ago
TabletCallback.hh Add C++ bindings 5 years ago
Visual.hh Prep for serious rusting #101 (#354) 4 years ago
_exceptions.hh Add C++ bindings 5 years ago
_flag_enum_operator_helpers.hh Add C++ bindings 5 years ago
_helpers.hh Add C++ bindings 5 years ago
ncpp.hh Add C++ bindings 5 years ago