mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
- fix bindings module, by not making public the wrapped bindgen types - add notcurses_stddim_yx_const() - fix return types of TODO - add plane constructor new() wrapping ncpile_create() - add plane constructor new_bound() wrapping ncplane_create() - add plane constructor new_termsize() wrapping ncpile_create() with the terminal size - add plane doc comment