mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
mention ncstrwidth_valid() in NEWS
This commit is contained in:
parent
4e1897c1c0
commit
772f429fb2
3
NEWS.md
3
NEWS.md
@ -5,6 +5,9 @@ rearrangements of Notcurses.
|
||||
* `notcurses_check_pixel_support()` still returns 0 if there is no support
|
||||
for bitmap graphics, but now returns an `ncpixelimple_e` to differentiate
|
||||
the pixel backend otherwise. This result is strictly informative.
|
||||
* Added `ncstrwidth_valid()`, which is like `ncstrwidth()` except that it
|
||||
returns partial results in the case of an invalid character. `ncstrwidth()`
|
||||
will become a `static line` wrapper of `ncstrwidth_valid()` in ABI3.
|
||||
|
||||
* 2.4.0 (2021-09-06)
|
||||
* Mouse events in the Linux console are now reported from GPM when built
|
||||
|
Loading…
x
Reference in New Issue
Block a user