From 15293bc24d35d4c60dbce75528bde571c1a60b63 Mon Sep 17 00:00:00 2001 From: Erik Rose Date: Wed, 30 Nov 2011 23:44:47 -0800 Subject: Allow `color` attr to act as an unparametrized string, not just a callable. Also have FormattingString stop reaching into the Terminal to pull out `normal`. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 02d07d6..8cad9ca 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,4 +17,4 @@ Then Read This If You Want ========================== .. autoclass:: blessings.Terminal - :members: __init__, __getattr__, location, height, width + :members: __init__, __getattr__, location, height, width, color, on_color -- cgit v1.2.1