(&mut self)
| 111 | } |
| 112 | |
| 113 | fn show_cursor(&mut self) -> io::Result<()> { |
| 114 | Ok(()) |
| 115 | } |
| 116 | |
| 117 | fn size_chars(&self) -> io::Result<CharsXY> { |
| 118 | let lines = get_env_var_as_u16("LINES").unwrap_or(DEFAULT_LINES); |
no outgoing calls
no test coverage detected