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

Method print_border

main/interface/cpp-terminal/window.cpp:141–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 void Term::Window::print_border(bool unicode) { print_rect(1, 1, w, h, unicode); }
142
143 void Term::Window::print_rect(const std::size_t& x1, const std::size_t& y1, const std::size_t& x2, const std::size_t& y2, bool unicode)
144 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected