Releases: DeveloperGY/termDisplay
Releases · DeveloperGY/termDisplay
Version 1.1.4
bug fixes
- made td_drawline() a little more consistent
Version 1.2.0_w
td_drawTriangle() created, courtesy of CheetahGamer587
Version 1.1.3_w
typecast malloc for c++ compatability
Version 1.1.3
typecasted malloc for c++ compatability
v1.1.2_w
windows release
Version 1.1.2
Fixed td_drawline()
Version 1.1.1
Fixed crucial memory leak in td_display() in draw.c caused by improper memory allocation in initializePrintBuffer() in initialization.c
Added the ability to clear the terminal when td_terminate() is called
Version 1.1.0
getch() now properly works. It will pause your program for at most the specified time to collect input now, check the wiki for more information.
Version 1.0.0
Version 1.0.0 has very basic functionality, just enough to be usable.