https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214709

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from [email protected] ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to