| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected