erikrose / blessings

A thin, practical wrapper around terminal capabilities in Python
http://pypi.python.org/pypi/blessings
MIT License
1.44k stars 136 forks source link

Easy reset for foreground/background colors #7

Open erikrose opened 12 years ago

erikrose commented 12 years ago

Apparently, '\033[%sm]' % 39 and 49 clear the fg and bg color, respectively. I can't seem to find hide or hair of them on the terminfo man page, though. Figure out where they're coming from, and provide easy access to them.

erikrose commented 12 years ago

They make an appearance here, under "SGR (Select Graphic Rendition) parameters".