python: wrapper for notcurses_canopen_videos()

pull/600/head^2
nick black 4 years ago
parent 9a80750316
commit 9ce9d8f35b
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -124,7 +124,8 @@ bool notcurses_canfade(const struct notcurses* nc);
int notcurses_mouse_enable(struct notcurses* n);
int notcurses_mouse_disable(struct notcurses* n);
int ncplane_destroy(struct ncplane* ncp);
bool notcurses_canopen(const struct notcurses* nc);
bool notcurses_canopen_images(const struct notcurses* nc);
bool notcurses_canopen_videos(const struct notcurses* nc);
int ncplane_mergedown(struct ncplane* restrict src, struct ncplane* restrict dst);
void ncplane_erase(struct ncplane* n);
int ncplane_cursor_move_yx(struct ncplane* n, int y, int x);

Loading…
Cancel
Save