nghung270192 / colorama

Automatically exported from code.google.com/p/colorama
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

pypi description issue #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the pypi description for colorama there is a section:

# cursor positioning
ESC [ x;y H     # position cursor at x,y

assuming x is columns along the horizontal, and y is rows along the vertical, 
as Cartesian coordinates are usually displayed, don't you actually mean:

# cursor positioning
ESC [ y;x H     # position cursor at x,y

Original issue reported on code.google.com by jame...@gmail.com on 10 May 2012 at 1:12

GoogleCodeExporter commented 9 years ago
Good catch, thanks! Will fix soon...

Original comment by tart...@gmail.com on 10 May 2012 at 12:26

GoogleCodeExporter commented 9 years ago
fix pushed, thanks James. If you want your real name in the credits (currently 
it just says thanks to 'jamessp') let me know.

Original comment by tart...@gmail.com on 20 Feb 2013 at 8:19

GoogleCodeExporter commented 9 years ago

Original comment by tart...@gmail.com on 20 Feb 2013 at 8:19