1834926 Members
2209 Online
110071 Solutions
New Discussion

Reverse Image Field

 

Reverse Image Field

I want to display a bar graph showing different percentages. How would I create a reverse image field within an awk program?
2 REPLIES 2
Dragan Krnic
Frequent Advisor

Re: Reverse Image Field

By incorporating escape sequences to start and end reverse display appropriate to your teletype.
Carlos Fernandez Riera
Honored Contributor

Re: Reverse Image Field

In other words:

use command
tput rev
tput norm

See man tput and terminfo.

There are some posts in the forum about this. Use search
unsupported