mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
python: add ncdirect_cursor_*()
This commit is contained in:
parent
db30bcf0d2
commit
bdd7f9422a
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user