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 X/Open Curses Screen-Handling
See Also
putchar(3s)
Guide to X/Open Curses Screen-Handling