Skip to content

Releases: nogginly/termax.pony

0.2.2 Added changelog and CI

13 Jul 02:10
Compare
Choose a tag to compare

0.2.1 Split examples and docs link

12 Jul 16:17
Compare
Choose a tag to compare

0.2.0 Add frame/box drawing helpers

10 Jul 07:02
d18a006
Compare
Choose a tag to compare
  • Defines a set of frame/grid/rectangle/line drawing APIs and implements some line styles.
  • Adds new exmples/drawing to test the new APIs

Drawing example screenshot

0.1.5 color plus and example

07 Jul 03:37
2f6ba61
Compare
Choose a tag to compare
  • Add colour reset codes and color text formatting helpers.
  • Add examples/colors with very basic text colour formatting

0.1.4 fixes mouse codes

07 Jul 02:16
Compare
Choose a tag to compare

Fixes mouse enable/disable escape codes, works in alacritty now.

0.1.3

07 Jul 01:37
Compare
Choose a tag to compare
  • Mousing example prints message before closing
  • Terminal uses Key codes for ^C and ^Z

Add example that uses `corral`

03 Jul 17:40
98a5c51
Compare
Choose a tag to compare

The example using_corral can be used to test using termax as a dependency via corral. Run the following commands to build the example:

cd examples/using_corral
corral fetch
corral run -- ponyc -o bin

Now you can run bin/using_corral to try the app.

Initial working release

03 Jul 04:33
59c70b6
Compare
Choose a tag to compare

While there is a chance of some API changes, the package is usable. Take a look at the examples for how to start using the API.