xieite::term::cursor_pipe()

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

Makes the cursor appear as a pipe shape.


Declaration

void cursor_pipe(bool blink = false) noexcept;


Example

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