| 19 | bool Term::stdout_connected() { return Term::is_stdout_a_tty(); } |
| 20 | |
| 21 | std::string Term::cursor_off() { return "\x1b[?25l"; } |
| 22 | |
| 23 | std::string Term::cursor_on() { return "\x1b[?25h"; } |
| 24 |
nothing calls this directly
no outgoing calls
no test coverage detected