Skip to content

Tags: mazenharake/cecho

Tags

0.5.3

Toggle 0.5.3's commit message
bump version to 0.5.3

0.5.2

Toggle 0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #19 from djnym/master

Switch to pc for compiling.

0.5.1

Toggle 0.5.1's commit message
Merge pull request #15 from djnym/remove-unnecessary-files

Removed some unnecessary files.

0.5.0

Toggle 0.5.0's commit message
Merge pull request #14 from djnym/fix-deprecations

Fix deprecations

0.4.1

Toggle 0.4.1's commit message
Merge pull request #8 from rafaltrojniak/master

Missing export of werase

0.4.0

Toggle 0.4.0's commit message
Update outdated email

0.3.0

Toggle 0.3.0's commit message
Cecho 0.3.0

Updates:
* Added the werase() function to clear windows
* Changed the License to "2-clause BSD"
* Make system now supports rebar
* Key input has been significantly improved using select() instead of asynchronous threads

0.2.0

Toggle 0.2.0's commit message
Cecho 0.2.0

Updates:
* Vertical and horizontal lines   boxes around windows are now available
* Better makefile
* Added more functions to extend taking a window as an argument
* Added the ability to use cecho:getch() to read keyboard input using ncurses driver which means special keys are now better mapped.

0.1.0

Toggle 0.1.0's commit message
Cecho 0.1.0

First release. This version contains minimum functionality to create something (somewhat) useful.