Window.HLine has the signature "func (w *Window) HLine(y, x int, ch Char, wid
int)", whereas Window.VLine is "func (w *Window) VLine(y, x, ch Char, wid
int)". This makes the y and x coordinate values Char type - which doesn't seem
right, presumably this should be "func (w *Window) VLine(y, x int, ch Char, wid
int)".
Original issue reported on code.google.com by jul...@quantumfyre.co.uk on 10 Dec 2013 at 10:43
Original issue reported on code.google.com by
jul...@quantumfyre.co.uk
on 10 Dec 2013 at 10:43