mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
NEWS: stream API updates
This commit is contained in:
parent
fe3d6b31e2
commit
532c1689a4
8
NEWS.md
8
NEWS.md
@ -12,6 +12,14 @@ rearrangements of Notcurses.
|
||||
did not before.
|
||||
* `notcurses_canopen()` has been split into `notcurses_canopen_images()` and
|
||||
`notcurses_canopen_videos()`.
|
||||
* `ncmetric()` now uses multibyte suffixes (particularly for the case of
|
||||
'µ', i.e. micro). This has changed the values of `PREFIXSTRLEN` and
|
||||
friends. So long as you were using `PREFIXSTRLEN`, this should require
|
||||
only a recompile. If you were using `PREFIXSTRLEN` in a formatted output
|
||||
context to count columns, you must change to `PREFIXCOLUMNS` etc.
|
||||
* The `streamcb` type definition now accepts a `const struct timespec*` as
|
||||
its third argument. This is the absolute time viz `CLOCK_MONOTONIC` through
|
||||
which the frame ought be displayed. The callback must now effect delay.
|
||||
|
||||
* 1.4.1 (2020-05-11)
|
||||
* No user-visible changes (fixed two unit tests).
|
||||
|
Loading…
Reference in New Issue
Block a user