add note to NEWS for 2.3.2 about 'none' memory leak

This commit is contained in:
nick black 2021-06-02 21:52:01 -04:00
parent 7c54fe0f23
commit c9e450bc27
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -6,6 +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,
or no multimedia implementation at all, and using the `ncvisual` API.
* `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.