From 97dc50db1a3e5008988ef620787d2a17c07e6d23 Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 20 Sep 2020 05:34:02 -0400 Subject: [PATCH] kill stray entry in NEWS --- NEWS.md | 1 - rust/src/plane.rs | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index 145912d46..b8d650f78 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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()`. diff --git a/rust/src/plane.rs b/rust/src/plane.rs index 7579bcd67..77dd4173e 100644 --- a/rust/src/plane.rs +++ b/rust/src/plane.rs @@ -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