Skip to content

Releases: DeveloperGY/termDisplay

Version 1.1.4

18 May 00:36
Compare
Choose a tag to compare

bug fixes

  • made td_drawline() a little more consistent

Version 1.2.0_w

03 May 02:55
645a880
Compare
Choose a tag to compare

td_drawTriangle() created, courtesy of CheetahGamer587

Version 1.1.3_w

03 May 02:04
47b9622
Compare
Choose a tag to compare

typecast malloc for c++ compatability

Version 1.1.3

03 May 02:10
1fca56b
Compare
Choose a tag to compare

typecasted malloc for c++ compatability

v1.1.2_w

03 May 00:32
Compare
Choose a tag to compare

windows release

Version 1.1.2

26 Apr 22:01
Compare
Choose a tag to compare

Fixed td_drawline()

Version 1.1.1

10 Apr 21:12
0fe6cc1
Compare
Choose a tag to compare

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

11 Jan 16:23
Compare
Choose a tag to compare

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

22 Dec 22:26
Compare
Choose a tag to compare

Version 1.0.0 has very basic functionality, just enough to be usable.