python: add ncdirect_cursor_*()

This commit is contained in:
nick black 2020-03-14 17:52:34 -04:00
parent db30bcf0d2
commit bdd7f9422a
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -255,6 +255,8 @@ int ncdirect_stop(struct ncdirect* n);
int ncdirect_dim_x(const struct ncdirect* nc);
int ncdirect_dim_y(const struct ncdirect* nc);
int ncdirect_cursor_move_yx(struct ncdirect* n, int y, int x);
int ncdirect_cursor_enable(struct ncdirect* nc);
int ncdirect_cursor_disable(struct ncdirect* nc);
struct ncvisual* ncplane_visual_open(struct ncplane* nc, const char* file, int* averr);
typedef enum {
NCSCALE_NONE,