(&mut self, pos: CharsXY)
| 415 | } |
| 416 | |
| 417 | fn locate(&mut self, pos: CharsXY) -> io::Result<()> { |
| 418 | self.inner.locate(pos) |
| 419 | } |
| 420 | |
| 421 | fn move_within_line(&mut self, off: i16) -> io::Result<()> { |
| 422 | self.inner.move_within_line(off) |
no outgoing calls
no test coverage detected