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
dbox
behavior from ftxui 5.0.0. To apply bgcolor
blending between the two layers, a newdboxBlend
will be added.