Skip to content

0.2.0 release

Compare
Choose a tag to compare
@RobTillaart RobTillaart released this 27 Feb 10:01
· 8 commits to master since this release
89d74e4
fix #13 gotoXY() (#14)

- fix #13 gotoXY(column, row)
- add ansi_gotoXY example.
- update all examples with new gotoXY
- improve performance - replace print() => write()
- move all (non experimental) code from .h to .cpp
- update readme.md
- minor edits