Skip to content

Releases: JimmyDansbo/VTUIlib

v1.2

06 Mar 20:30
Compare
Choose a tag to compare

Version 1.2 changes return value of input_str back to a single byte/char that will contain the length of the line input or 0 if ESC has been pressed.

v1.1

06 Mar 05:45
Compare
Choose a tag to compare

A few minor tweaks.
Bodermode 0 now uses an inverted space instead of a normal space. This means that colors do not have to be inverted to see it.
input_str is able to return the last key pressed (ENTER or ESC) as well as the actual length of the string that was typed.

v1.0

23 Jan 14:16
Compare
Choose a tag to compare

Initial full release of the VERA Text User Interface library.
This is the first version that has direct support for CC65 C functions by including the vtuilib-cc65.h file and linking with vtuilib-cc65.o file.
Three new functions have been added to the library as well.
vtui_get_bank, vtui_get_stride and vtui_get_decr. These new functions are placed at the end of the existing jumptable so none of the already existing functions have been moved.

v0.9

23 Jan 14:09
Compare
Choose a tag to compare

Functioning with ROM pre-release version r38 and later