All notable changes history.
See the keep a changelog for details.
Remember to update version in Cargo.toml
.
- demo_full accepts argument --tty=<number> to use input from external terminal when running from Gdb session
- regenerated launch settings for VSCode: debugging from gdb-multiarch or from the QEMU
- CharBuff::utf8str -> as_str
- reorganized demo_full
- widgets RuntimeState redesigned - no more state variants in single enum
- dependency on
libc
crate
- rendering of disabled window widgets: attributes BOLD/NORMAL does not break the FAINT atribute used to render disabled widget
- make the lib
no_std