MCPcopy 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
70void 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
76void Console::EnableOutput(bool enabled)
77{

Callers 1

RequestStackVariablesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected