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
2020-04-18 00:09:14 -04:00
..
internal Add C++ bindings 2020-01-22 06:47:43 -05:00
_exceptions.hh [C++] Optionally enable throwing exceptions on errors 2020-04-15 12:10:14 -04:00
_flag_enum_operator_helpers.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
_helpers.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
Cell.hh ncplane_translate() accept NULL dest as standard plane #408 (#411) 2020-03-22 17:33:08 -04:00
CellStyle.hh Prep for serious rusting #101 (#354) 2020-02-18 12:36:16 -05:00
Direct.hh [C++] Optionally enable throwing exceptions on errors 2020-04-15 12:10:14 -04:00
Menu.hh [C++] Optionally enable throwing exceptions on errors 2020-04-15 12:10:14 -04:00
MultiSelector.hh [C++] Optionally enable throwing exceptions on errors 2020-04-15 12:10:14 -04:00
NCAlign.hh Prep for serious rusting #101 (#354) 2020-02-18 12:36:16 -05:00
NCBox.hh Prep for serious rusting #101 (#354) 2020-02-18 12:36:16 -05:00
NCKey.hh [C++] API sync 2020-02-27 11:48:36 -05:00
NCLogLevel.hh Prep for serious rusting #101 (#354) 2020-02-18 12:36:16 -05:00
ncpp.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
NCScale.hh Prep for serious rusting #101 (#354) 2020-02-18 12:36:16 -05:00
NotCurses.hh [C++] Optionally enable throwing exceptions on errors 2020-04-15 12:10:14 -04:00
Palette256.hh [C++] Optionally enable throwing exceptions on errors 2020-04-15 12:10:14 -04:00
Plane.hh Normalize ncplane_at_* / ncplane_set_base() (#479) 2020-04-18 00:09:14 -04:00
Plot.hh [C++] Optionally enable throwing exceptions on errors 2020-04-15 12:10:14 -04:00
Reel.hh [C++] Optionally enable throwing exceptions on errors 2020-04-15 12:10:14 -04:00
Root.hh [C++] Optionally enable throwing exceptions on errors 2020-04-15 12:10:14 -04:00
Selector.hh [C++] Optionally enable throwing exceptions on errors 2020-04-15 12:10:14 -04:00
Tablet.hh Prep for serious rusting #101 (#354) 2020-02-18 12:36:16 -05:00
TabletCallback.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
Visual.hh [C++] Optionally enable throwing exceptions on errors 2020-04-15 12:10:14 -04:00