(&mut self, bytes: &[u8])
| 77 | } |
| 78 | |
| 79 | pub fn write(&mut self, bytes: &[u8]) -> io::Result<()> { |
| 80 | self.pty.write(bytes) |
| 81 | } |
| 82 | |
| 83 | pub fn screen(&self) -> &vt100::Screen { |
| 84 | self.pty.screen() |
nothing calls this directly
no outgoing calls
no test coverage detected