Debian: update symbols with ncmenu

This commit is contained in:
nick black 2020-02-04 01:36:56 -05:00
parent 9f56ac83f1
commit 87296a9f1c
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 13 additions and 0 deletions

View File

@ -6,9 +6,20 @@ libnotcurses.so.1 libnotcurses1 #MINVER#
cell_load@Base 1.0.0
cell_release@Base 1.0.0
enmetric@Base 1.0.0
ncdirect_bg@Base 1.1.5
ncdirect_bg_rgb8@Base 1.1.1
ncdirect_fg@Base 1.1.5
ncdirect_fg_rgb8@Base 1.1.1
ncdirect_stop@Base 1.1.1
ncmenu_create@Base 1.1.5
ncmenu_destroy@Base 1.1.5
ncmenu_nextitem@Base 1.1.5
ncmenu_nextsection@Base 1.1.5
ncmenu_previtem@Base 1.1.5
ncmenu_prevsection@Base 1.1.5
ncmenu_rollup@Base 1.1.5
ncmenu_selected@Base 1.1.5
ncmenu_unroll@Base 1.1.5
ncplane_aligned@Base 1.0.0
ncplane_at_cursor@Base 1.0.0
ncplane_at_yx@Base 1.0.0

View File

@ -236,6 +236,8 @@ bool notcurses_canchangecolor(const struct notcurses* nc);
struct ncdirect* notcurses_directmode(const char* termtype, FILE* fp);
int ncdirect_bg_rgb8(struct ncdirect* nc, unsigned r, unsigned g, unsigned b);
int ncdirect_fg_rgb8(struct ncdirect* nc, unsigned r, unsigned g, unsigned b);
int ncdirect_fg(struct ncdirect* nc, unsigned rgb);
int ncdirect_bg(struct ncdirect* nc, unsigned rgb);
int ncdirect_stop(struct ncdirect* nc);
struct ncvisual* ncplane_visual_open(struct ncplane* nc, const char* file, int* averr);
typedef enum {