Reputation: 427
I have a startup sh script that plays an "animation" of text, using tput to manipulate / delete lines on the terminal. Unfortunately it does not seem that tput is present on my system, I have included the ncurses library, which apparently also contains tput.
I am looking for either a way to get tput OR an alternative.
Thanks
Upvotes: 1
Views: 726
Reputation: 121
You have to check ncurses programs when setup buildroot config
After compile finish, you can find tput at output/target/usr/bin/tput
my buildroot version: buildroot-2021.02.3
Upvotes: 0