MCPcopy Create free account
hub / github.com/LagPixelLOL/ChatGPTCLIBot / cursor_off

Method cursor_off

main/interface/cpp-terminal/base.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19bool Term::stdout_connected() { return Term::is_stdout_a_tty(); }
20
21std::string Term::cursor_off() { return "\x1b[?25l"; }
22
23std::string Term::cursor_on() { return "\x1b[?25h"; }
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected