Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2016 01:57:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 214709] tput in 10,11,12 is unable to set terminal colors
Message-ID:  <bug-214709-8-607zycqRxg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214709-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214709-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214709

dickey@his.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dickey@his.com

--- Comment #1 from dickey@his.com ---
FreeBSD tput uses termcap names (not the ncurses application).  You may have
installed the ncurses (terminfo-based) port on the other systems.

Try

    #!/bin/sh
    for n in 1 2 3 4 5 6 7
    do
    tput AF $n
    echo color$n
    done

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214709-8-607zycqRxg>