summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-11-30 23:44:47 -0800
committerErik Rose <erik@mozilla.com>2011-11-30 23:44:47 -0800
commit15293bc24d35d4c60dbce75528bde571c1a60b63 (patch)
tree5c237f796aec172aff38564da09a3f496e6a1e12 /docs
parent3c711a9ce95856239a451f6c8dae2a2865979ffc (diff)
downloadblessings-15293bc24d35d4c60dbce75528bde571c1a60b63.tar.gz
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`.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
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