summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-11-08 01:23:40 -0800
committerErik Rose <erik@mozilla.com>2011-11-08 01:23:40 -0800
commit96001e090db23ecd52e6c640e48c60f464633a44 (patch)
treec5acf901f09f5c9bd7ea59c450e4dee49deacb7c
parente42100c7b42ee175b93a1ecc6f4561d80d599b26 (diff)
downloadblessings-96001e090db23ecd52e6c640e48c60f464633a44.tar.gz
Remove the "color" future plan from readme, now that it's done.
-rw-r--r--README.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index b0d27f0..ed43fd6 100644
--- a/README.rst
+++ b/README.rst
@@ -195,9 +195,6 @@ Future Plans
* Comb through the terminfo man page for useful capabilities with confounding
names, and add sugary attribute names for them.
-* A more mnemonic way of specifying colors. Remember that ``setaf`` and
- ``setf`` take subtly different color mappings, so maybe ``term.red`` would be
- a good idea.
* An ``is_terminal`` attr on ``Terminal`` that you can check before drawing
progress bars and other such things that are interesting only in a terminal
context