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/tests
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
..
cell.cpp Cell: non-OPAQUE always sets non-default bit 5 years ago
channel.cpp
direct.cpp notcurses_directmode()->ncdirect_init() 5 years ago
egcpool.cpp Allow EGCpools up to 1GB #425 4 years ago
fade.cpp another scrolling unit test 5 years ago
fills.cpp Normalize ncplane_at_* / ncplane_set_base() (#479) 4 years ago
input.cpp
internal.cpp
main.cpp
main.h
menu.cpp
metric.cpp
ncplane.cpp Normalize ncplane_at_* / ncplane_set_base() (#479) 4 years ago
notcurses.cpp Rust wrapper work (#454) 5 years ago
palette.cpp Normalize ncplane_at_* / ncplane_set_base() (#479) 4 years ago
plot.cpp ncplot: define 2x2 and 4x2 sets #461 4 years ago
reel.cpp
resize.cpp All fill-type functions return cells changed 5 years ago
rotate.cpp Normalize ncplane_at_* / ncplane_set_base() (#479) 4 years ago
scrolling.cpp Add ExhaustPool unit test #482 4 years ago
selector.cpp
visual.cpp Enforce UTF8 where necessary in unit tests #428 5 years ago
wide.cpp Normalize ncplane_at_* / ncplane_set_base() (#479) 4 years ago
zaxis.cpp Normalize ncplane_at_* / ncplane_set_base() (#479) 4 years ago