DirectMyFile / console.dart

Console Library
Other
107 stars 24 forks source link

Fix a bug in Console.getCursorPosition(). #10

Closed kseo closed 8 years ago

kseo commented 8 years ago

Console.getCursorPosition() mistakenly returned the cursor position with its column and row reversed.

azenla commented 8 years ago

Thanks :)