attrset(attrs)
Instance Public methods
Sets the current attributes of the given window to attrs.
The following video attributes, defined in <curses.h>, can be passed
to the routines #attron, #attroff, and #attrset, or OR'd with the
characters passed to addch.
A_NORMAL Normal display (no highlight)
A_STANDOUT Best highlighting mode of the terminal.
A_UNDERLINE Underlining
A_REVERSE Reverse video
A_BLINK Blinking
A_DIM Half bright
A_BOLD