libtcod / python-tcod

A high-performance Python port of libtcod. Includes the libtcodpy module for backwards compatibility with older projects.
BSD 2-Clause "Simplified" License
410 stars 36 forks source link

print_box bg argument not changing color #69

Closed FractalWire closed 5 years ago

FractalWire commented 5 years ago

Hey,

It seems that the bg option for print_box do nothing when you set a color. fg works fine though.

The bg argument for print works fine too.