Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
namespace gpu {
11
12
void cls() { printf(
"\033[2J\033[H"
); }
13
14
template <size_t NROWS, size_t NCOLS>
15
void canvas(const std::array<char, NROWS * NCOLS> &raster) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected