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