pub fn orth_line( c: char, x1: u32, y1: u32, x2: u32, y2: u32, ) -> Result<(), NonOrthogonal>
Draw an orthogonal line to the screen.
If the given line is non-orthogonal, returns an error.