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

Method cursor_on

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

Source from the content-addressed store, hash-verified

21std::string Term::cursor_off() { return "\x1b[?25l"; }
22
23std::string Term::cursor_on() { return "\x1b[?25h"; }
24
25std::string Term::clear_screen() { return "\033[2J"; }
26std::string Term::clear_buffer() { return "\033[3J"; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected