Releases: JimmyDansbo/VTUIlib
v1.2
v1.1
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
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
Functioning with ROM pre-release version r38 and later