Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ftxui-6.1.9-win64.deb | 2025-05-07 | 7.5 MB | |
ftxui-6.1.9-win64.tar.gz | 2025-05-07 | 7.5 MB | |
ftxui-6.1.9-win64.zip | 2025-05-07 | 7.5 MB | |
source.tar.gz | 2025-05-07 | 261.8 kB | |
ftxui-6.1.9-Linux.deb | 2025-05-07 | 676.4 kB | |
ftxui-6.1.9-Linux.json | 2025-05-07 | 782 Bytes | |
ftxui-6.1.9-Linux.rpm | 2025-05-07 | 674.5 kB | |
ftxui-6.1.9-Linux.sh | 2025-05-07 | 681.4 kB | |
ftxui-6.1.9-Linux.tar.bz2 | 2025-05-07 | 526.0 kB | |
ftxui-6.1.9-Linux.tar.gz | 2025-05-07 | 676.4 kB | |
ftxui-6.1.9-Linux.tar.xz | 2025-05-07 | 396.6 kB | |
ftxui-6.1.9-Linux.tar.Z | 2025-05-07 | 1.1 MB | |
ftxui-6.1.9-Linux.tar.zst | 2025-05-07 | 580.2 kB | |
ftxui-6.1.9-Linux.zip | 2025-05-07 | 695.6 kB | |
ftxui-6.1.9-Darwin.dmg | 2025-05-07 | 571.9 kB | |
ftxui-6.1.9-Darwin.tar.gz | 2025-05-07 | 558.3 kB | |
ftxui-6.1.9-Darwin.zip | 2025-05-07 | 579.1 kB | |
README.md | 2025-05-07 | 443 Bytes | |
v6.1.9 source code.tar.gz | 2025-05-07 | 262.2 kB | |
v6.1.9 source code.zip | 2025-05-07 | 417.7 kB | |
Totals: 20 Items | 31.2 MB | 1 |
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
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.