Set color
(&mut self, fg: Color, bg: Color)
| 176 | |
| 177 | // Set color |
| 178 | pub fn color_set(&mut self, fg: Color, bg: Color) |
| 179 | { |
| 180 | self.colorcode = ColorCode::new(fg, bg); |
| 181 | } |
| 182 | |
| 183 | // Cursor position |
| 184 | fn cpos(&self) -> (usize, usize) |
no outgoing calls
no test coverage detected