robik / ConsoleD

Because colors are awesome.
63 stars 11 forks source link

writeAt() has a non existent function in it. #15

Closed taylorh140 closed 9 years ago

taylorh140 commented 9 years ago

Line 1183 of consoled.d shows: setConsoleCursor(point.x, point.y); but i think you ment to put, setCursorPos(point.x, point.y);