mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
NEWS.md: memory leak fixes applied to all but OIIO backend
This commit is contained in:
parent
26054e757c
commit
46ddd37083
4
NEWS.md
4
NEWS.md
@ -6,8 +6,8 @@ rearrangements of Notcurses.
|
|||||||
memory (e.g. `ncvisual_from_rgba()`).
|
memory (e.g. `ncvisual_from_rgba()`).
|
||||||
* Fixed a bug where setting a style in direct mode reset color. Shocked that
|
* Fixed a bug where setting a style in direct mode reset color. Shocked that
|
||||||
such a bug could exist for so long, ugh.
|
such a bug could exist for so long, ugh.
|
||||||
* Fixed a memory leak when using either the `none` multimedia implementation,
|
* Fixed memory leaks in the `ffmpeg` and `none` implementations of the
|
||||||
or no multimedia implementation at all, and using the `ncvisual` API.
|
`ncvisual` API, and also the `libnotcurses-core` implementation.
|
||||||
* `ncinput_nomod_p()` has been added. This function returns `true` if and
|
* `ncinput_nomod_p()` has been added. This function returns `true` if and
|
||||||
only if its `ncinput` argument has no modifiers active.
|
only if its `ncinput` argument has no modifiers active.
|
||||||
* Added `notcurses_cursor_yx()` to get the current location of the cursor.
|
* Added `notcurses_cursor_yx()` to get the current location of the cursor.
|
||||||
|
Loading…
Reference in New Issue
Block a user