From 73221dff2aa9aaf09b0f86b6c794146074e3bed0 Mon Sep 17 00:00:00 2001 From: nick black Date: Tue, 25 Aug 2020 03:05:32 -0400 Subject: [PATCH] update USAGE for notcurses_cursor_enable() --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 00d1aa3ed..2c6e1a674 100644 --- a/USAGE.md +++ b/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