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

Method screen_load

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

Source from the content-addressed store, hash-verified

69 return "\0337\033[?1049h"; // save current cursor position, save screen
70}
71std::string Term::screen_load()
72{
73 return "\033[?1049l\0338"; // restores screen, restore current cursor position
74}
75
76std::string Term::terminal_title(const std::string& title) { return "\033]0;" + title + '\a'; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected