xieite::term::cursor_invis()

Defined in header <xieite/io/term.hpp>

Makes the cursor invisible.


Declaration

void cursor_invis(bool blink = false) noexcept;


Example

int main() {
	xieite::term term;
	term.cursor_invis(true);
}