vidattr(3) — Subroutines
NAME
vidattr, vidputs − Outputs a string that sets the terminal display
SYNOPSIS
#include <curses.h>
vidattr(attrs)
vidputs(attrs, putc)
DESCRIPTION
The vidattr routine outputs a string that sets the video attributes attrs for the terminal. The characters in the string are passed one at a time to the routine putchar.
The vidputs routine is similar, except that the string characters are passed to the routine putc.