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/src
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
..
demo Normalize ncplane_at_* / ncplane_set_base() (#479) 4 years ago
input quadrant/braille step plots #461 4 years ago
lib Normalize ncplane_at_* / ncplane_set_base() (#479) 4 years ago
libcpp [C++] Sync API changes 5 years ago
ncreel ncreel: update for ncpp render inversion 4 years ago
poc Normalize ncplane_at_* / ncplane_set_base() (#479) 4 years ago
pydemo get pydemo working again #459 5 years ago
tetris Normalize ncplane_at_* / ncplane_set_base() (#479) 4 years ago
view Normalize ncplane_at_* / ncplane_set_base() (#479) 4 years ago