xieite::term::cursor_invis_code()

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

Returns a string which makes the cursor invisible when printed.


Declaration

[[nodiscard]] static constexpr std::string cursor_invis_code() noexcept;


Example

int main() {
	std::puts(xieite::term::cursor_invis_code().c_str());
}