Skip to content

Releases: mitsuki31/conio_lt

v0.2.0

17 Jan 17:01
v0.2.0
f11699e
Compare
Choose a tag to compare

What's New

  • Introduce new functions and enhancements (#3) - @mitsuki31
  • Documentation enhancements and configure Doxygen (#4) - @mitsuki31

Full Changelog: v0.1.5...v0.2.0

New Features

New API Description
rstscr(void) Clears and resets the terminal screen.
gotox(cpos_t x) Moves the cursor position to specified X-coordinate, leaving Y-coordinate unchanged.
gotoy(cpos_t y) Moves the cursor position to specified Y-coordinate, leaving X-coordinate unchanged.
wherexy(cpos_t* x, cpos_t* y) Retrieves the current X and Y coordinates of the cursor on the terminal screen.

Documentation Refinements

Refined and improved documentation of this project, providing better clarity and details documentation.
We've also deployed the GitHub Pages to publish the APIs documentation on website. Check the documentation website here.

MD5 Summary

7c4c22dc8def0542a11ec57b84fbf321  conio_lt.h

SHA256 Summary

b93e88f118200366a30c393459e5c3a3a203e01e95d375c6584c219da779befd  conio_lt.h

v0.1.5

02 Jul 12:39
76f2bce
Compare
Choose a tag to compare

What's New

  • Refactoring the conio_lt.h ⚡ (#2)
    • Removed the putchar function to prevent conflict.
    • Added putch function that replace putchar function.
    • Now conio_lt.h no longer use g++ command to compile.
    • Update the documentation.

Full changelogs, see here

v0.1.2

17 Apr 19:01
a7de037
Compare
Choose a tag to compare

What's New

  • Fixes small bug when call clrscr method, it's still can be scrolled up.

v0.1.0

17 Apr 18:29
c5850c8
Compare
Choose a tag to compare
Update README.md