(define (text-color color #!key bold?) (attrset (if bold? (bitwise-ior (COLOR_PAIR color) A_BOLD) (COLOR_PAIR color))))