Re: [dev] Good Morning, and a question about st (italic mode switches color).

From: Greg Reagle <greg.reagle_AT_umbc.edu>
Date: Wed, 05 Oct 2016 07:52:34 -0400

I can confirm that on my system (Debian stable) with the latest st (just
ran a git pull and rebuilt), that when i is 7, the color changes.

    for i in `seq 0 255`
    do tput setaf $i
        tput sitm
        echo -n $i ": Test it!"
        tput ritm
        echo "Test it!"
    done
Received on Wed Oct 05 2016 - 13:52:34 CEST

This archive was generated by hypermail 2.3.0 : Wed Oct 05 2016 - 14:00:13 CEST