(&mut self, _off: i16)
| 89 | } |
| 90 | |
| 91 | fn move_within_line(&mut self, _off: i16) -> io::Result<()> { |
| 92 | Ok(()) |
| 93 | } |
| 94 | |
| 95 | fn print(&mut self, text: &str) -> io::Result<()> { |
| 96 | let text = remove_control_chars(text); |
no outgoing calls
no test coverage detected