MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / hide_cursor

Function hide_cursor

src/pull/download_model.cpp:56–58  ·  view source on GitHub ↗

\brief Hide the cursor

Source from the content-addressed store, hash-verified

54
55/// \brief Hide the cursor
56void hide_cursor() {
57 std::cout << "\033[?25l" << std::flush;
58}
59
60/// \brief Show the cursor
61void show_cursor() {

Callers 1

download_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected