xieite::term::cursor_block()

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

Makes the cursor appear as a block shape.


Declaration

void cursor_block(bool blink = false) noexcept;


Example

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