mirror of
https://github.com/dankamongmen/notcurses
synced 2025-04-03 13:20:03 -04:00
- add NcMenuSection::new_separator() constructor. - rename constructor method for an empty NcInput to new(); - fix notcurses_getc_blocking() function name and error logic. - improve comments. - change type of NCMENU_OPTION_* to u64 (like in C API) - fix error_str![] macro. - improve error messages.