New
v6.1.9
Build
If all goes well (pending), ftxui should appear in the Bazel central repository. It can be imported into your project using the following lines:
MODULE.bazel
bazel_dep(name = "ftxui", version = "6.1.9")
Thanks @robinlinden and @kcc for the reviews.
dom
- Bugfix: Restore the
dboxbehavior from ftxui 5.0.0. To apply bgcolor blending between the two layers, a newdboxBlendwill be added.