Turns off text attributes in the terminal, including bold text, italics, underline, etc.
Usage
attr_off(...)
Arguments
...
characters indicating attributes to turn off. "bf" for bold face; "ft" for faint; "it" for italics; "ul" for underline; "sb" for slow blink; "fb" for fast blink; "rv" for reverse video (invert bg and fg colors); "st" for strike-through. All attributes are turned off if left blank.