update comment on notcurses_lex_scalemode()

This commit is contained in:
nick black 2021-02-19 12:36:25 -05:00
parent d845e979c2
commit 4951ea3d88
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -891,7 +891,7 @@ API int notcurses_lex_blitter(const char* op, ncblitter_e* blitter);
// Get the name of a blitter.
API const char* notcurses_str_blitter(ncblitter_e blitter);
// Lex a visual scaling mode (one of "none", "stretch", or "scale").
// Lex a scaling mode (one of "none", "stretch", "scale", "nonehi", or "scalehi").
API int notcurses_lex_scalemode(const char* op, ncscale_e* scalemode);
// Get the name of a scaling mode.