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

Method cursor_position_report

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

Source from the content-addressed store, hash-verified

61}
62
63std::string Term::cursor_position_report() { return "\x1b[6n"; }
64
65std::string Term::clear_eol() { return "\033[K"; }
66

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected