[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Where are setaf and setab documented for tput?
From: |
Peng Yu |
Subject: |
Where are setaf and setab documented for tput? |
Date: |
Wed, 10 Jun 2015 17:26:11 -0500 |
Hi, I don't see that setaf and setab are documented in man tput. Does
anybody know where they are documented?
for i in $(seq 0 7)
do
tput setab "$i" | cat -v
echo
done
for i in $(seq 0 7)
do
tput setaf "$i" | cat -v
echo
done
--
Regards,
Peng
- Where are setaf and setab documented for tput?,
Peng Yu <=