Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ Clear
Method
Clear
CoreLib/Console.cpp:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void Console::Clear()
71
{
72
// Clear screen, move cursor to top-left and clear scrollback
73
std::cout <<
"\x1b[2J"
"\x1b[H"
"\x1b[3J"
;
74
}
75
76
void Console::EnableOutput(bool enabled)
77
{
Callers
1
RequestStackVariables
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected