Commit Graph

3 Commits (5c97b494a1bd6f74c71ec944f3a108b6010de095)

Author SHA1 Message Date
nick black 1108ebb5b6
Fix up some subtle pile issues
ncplane_destroy() needs to call ncplane_reparent_family(), not
ncplane_reparent() as it was doing (closes #1291). ->absy and
->absx actually are absolute; return them directly for an O(1)
ncplane_abs_yx() (down from O(N), huzzah). Add some unit tests
related to destroying and reparenting (#1286). Add ncplane_abs_y()
and ncplane_abs_x(), document them, etc.
4 years ago
nick black cff006f8ab
fix return value of output functions 4 years ago
nick black dad7a02b25
add test file for progressbars #1258 4 years ago