Skip to content

Commit

Permalink
mention ncstrwidth_valid() in NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Sep 13, 2021
1 parent 4e1897c commit 772f429
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 772f429

Please sign in to comment.