mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
update USAGE for notcurses_cursor_enable()
This commit is contained in:
parent
cab19cf790
commit
73221dff2a
2
USAGE.md
2
USAGE.md
@ -228,7 +228,7 @@ notcurses_term_dim_yx(const struct notcurses* n, int* restrict rows,
|
||||
int notcurses_refresh(struct notcurses* n, int* restrict y, int* restrict x);
|
||||
|
||||
// Enable or disable the terminal's cursor, if supported. Immediate effect.
|
||||
void notcurses_cursor_enable(struct notcurses* nc);
|
||||
void notcurses_cursor_enable(struct notcurses* nc, int y, int x);
|
||||
void notcurses_cursor_disable(struct notcurses* nc);
|
||||
|
||||
// Move the terminal cursor to the specified location. If 'y' or 'x' is
|
||||
|
Loading…
x
Reference in New Issue
Block a user