xieite::term::cursor_underscore()

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

Makes the cursor appear as an underscore.


Declaration

void cursor_underscore(bool blink = false) noexcept;


Example

int main() {
	xieite::term term;
	term.cursor_underscore();
}