mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
125ab361e6
- include new functions: ncdirect_stream, ncdirect_supported_styles, ncdirect_styles, nccell_width, ncinput_nomod_p. - account for functions: ncplane_halign, ncplane_valign. - rename ncpalette_get_rgb and ncpalette_set_rgb to ncpalette_get_rgb8 and ncpalette_set_rgb8 respectively. - minor formatting fixes.
22 lines
361 B
Markdown
22 lines
361 B
Markdown
PENDING changes
|
|
|
|
## from changes-20210321-20210406.txt
|
|
- all tabbed & tab widget functions
|
|
|
|
## from changes-20210406-20210410.txt
|
|
bindgen add:
|
|
- [x] ncdirect_stream
|
|
|
|
## from changes-20120518-20210603.txt …
|
|
|
|
- [x] ncdirect_styles
|
|
- [x] ncdirect_supported_styles
|
|
|
|
- [x] ncplane_erase_region
|
|
|
|
- [x] nccell_width
|
|
|
|
- [x] notcurses_cursor_yx
|
|
|
|
- [x] ncinput_nomod_p
|