mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
- use libc types and functions directly when possible - char32_t -> u32 -> char - size_t -> u64 - free() - strcmp() NOTE: it seems libc::timespec doesn't work with notcurses_getc() - rename types - Input -> NcInput - Scale -> NcScale - `suppuabize` function is now private. - `bindings` module is now public. - improve comments.