From 89a4b6f7266f975fbd2cf8e06ae3a9db18af1d06 Mon Sep 17 00:00:00 2001 From: nick black Date: Fri, 11 Sep 2020 09:19:55 -0400 Subject: [PATCH] all widget options structs end in flagword #627 --- include/notcurses/notcurses.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/notcurses/notcurses.h b/include/notcurses/notcurses.h index 7cc4ebf97..506a8d069 100644 --- a/include/notcurses/notcurses.h +++ b/include/notcurses/notcurses.h @@ -2932,8 +2932,8 @@ typedef struct ncplot_options { // resolution, the independent variable would be the range [0..3600): 3600. // if rangex is 0, it is dynamically set to the number of columns. int rangex; - uint64_t flags; // bitfield over NCPLOT_OPTION_* const char* title; // optional, printed by the labels + uint64_t flags; // bitfield over NCPLOT_OPTION_* } ncplot_options; // Use the provided plane 'n' for plotting according to the options 'opts'.