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 c6a9997554
Normalize ncplane_at_* / ncplane_set_base() (#479)
* ncplane_at_* and ncplane_at_cursor_*

We had notcurses_at_yx() expanding into three distinct parts of
the cell structure, and ncplane_at_yx() / ncplane_at_cursor()
writing directly to a cell. It was annoying to remember which
was which. The latter two now have a signature matching
notcurses_at_yx(), while the old functionality has been moved
to ncplane_at_yx_cell() and ncplane_at_cursor_yx(). #476
4 years ago
..
internal Add C++ bindings 5 years ago
Cell.hh ncplane_translate() accept NULL dest as standard plane #408 (#411) 5 years ago
CellStyle.hh Prep for serious rusting #101 (#354) 5 years ago
Direct.hh [C++] Optionally enable throwing exceptions on errors 4 years ago
Menu.hh [C++] Optionally enable throwing exceptions on errors 4 years ago
MultiSelector.hh [C++] Optionally enable throwing exceptions on errors 4 years ago
NCAlign.hh Prep for serious rusting #101 (#354) 5 years ago
NCBox.hh Prep for serious rusting #101 (#354) 5 years ago
NCKey.hh [C++] API sync 5 years ago
NCLogLevel.hh Prep for serious rusting #101 (#354) 5 years ago
NCScale.hh Prep for serious rusting #101 (#354) 5 years ago
NotCurses.hh [C++] Optionally enable throwing exceptions on errors 4 years ago
Palette256.hh [C++] Optionally enable throwing exceptions on errors 4 years ago
Plane.hh Normalize ncplane_at_* / ncplane_set_base() (#479) 4 years ago
Plot.hh [C++] Optionally enable throwing exceptions on errors 4 years ago
Reel.hh [C++] Optionally enable throwing exceptions on errors 4 years ago
Root.hh [C++] Optionally enable throwing exceptions on errors 4 years ago
Selector.hh [C++] Optionally enable throwing exceptions on errors 4 years ago
Tablet.hh Prep for serious rusting #101 (#354) 5 years ago
TabletCallback.hh Add C++ bindings 5 years ago
Visual.hh [C++] Optionally enable throwing exceptions on errors 4 years ago
_exceptions.hh [C++] Optionally enable throwing exceptions on errors 4 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