vidattr(3cur)
NAME
vidattr, vidputs − output a string that sets terminal display
SYNTAX
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. Video attributes are described in The Guide to Curses Screen-Handling
SEE ALSO
putchar(3s)
Guide to Curses Screen-Handling