kill stray entry in NEWS

pull/1022/head
nick black 4 years ago committed by Nick Black
parent 36aed3c521
commit 97dc50db1a

@ -10,7 +10,6 @@ rearrangements of Notcurses.
removed in the future. To align a place as previously done with
`ncplane_aligned()`, use the `NCPLANE_OPTION_HORALIGNED` flag.
and
* 1.7.3 (2020-09-19)
* API changes pursuant to 2.0 API finalization:
* `mbswidth()` has been renamed `ncstrwidth()`.

@ -1,6 +1,5 @@
// functions already exported by bindgen : 86
// ------------------------------------------
// ncplane_aligned
// ncplane_at_cursor
// ncplane_attr
// ncplane_at_yx
@ -64,14 +63,14 @@
// ncplane_set_bg_default
// ncplane_set_bg_palindex
// ncplane_set_bg_rgb
// ncplane_set_bg_rgb_clipped
// ncplane_set_bg_rgb8_clipped
// ncplane_set_channels
// ncplane_set_fg
// ncplane_set_fg_alpha
// ncplane_set_fg_default
// ncplane_set_fg_palindex
// ncplane_set_fg_rgb
// ncplane_set_fg_rgb_clipped
// ncplane_set_fg_rgb8
// ncplane_set_fg_rgb8_clipped
// ncplane_set_scrolling
// ncplane_set_userptr
// ncplane_stain
@ -96,10 +95,11 @@
//+ncplane_at_cursor_cell
//+ncplane_at_yx_cell
//+ncplane_bchannel
//+ncplane_bg
//+ncplane_bg_alpha
//+ncplane_bg_default_p
//+ncplane_bg_rgb
//+ncplane_bg_rgb8
//+ncplane_bg_rgb8_clipped
//+ncplane_box_sized
//+ncplane_dim_x
//+ncplane_dim_y

Loading…
Cancel
Save