MCPcopy Create free account
hub / github.com/AnswerDotAI/gpu.cpp / cls

Function cls

experimental/tui.h:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace gpu {
11
12void cls() { printf("\033[2J\033[H"); }
13
14template <size_t NROWS, size_t NCOLS>
15void canvas(const std::array<char, NROWS * NCOLS> &raster) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected