summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-12-09 19:55:20 -0500
committerErik Rose <erik@mozilla.com>2011-12-09 19:55:20 -0500
commit17188dce3b694b955fd5815369343154cb7bf8dd (patch)
tree22c010c29042ac60c0746c7878fb16ff5ae08f08 /README.rst
parent8151e6fe390046a41a2153f4004baec8f20f35d4 (diff)
downloadblessings-17188dce3b694b955fd5815369343154cb7bf8dd.tar.gz
Make `height` and `width` examine any passed-in stream before falling back to stdout. Make sure we can always get a height and width, even on non-tty Terminals.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 3214d2e..af88dfb 100644
--- a/README.rst
+++ b/README.rst
@@ -344,6 +344,9 @@ Version History
``setb`` capabilities if the ANSI ``setaf`` and ``setab`` aren't available.
* Allow ``color`` attr to act as an unparametrized string, not just a
callable.
+ * Make ``height`` and ``width`` examine any passed-in stream before falling
+ back to stdout. (This rarely if ever affects its actual behavior; it's mostly
+ philosophical.)
* Make caching more efficient.
* Get rid of a reference cycle between Terminals and FormattingStrings.
* Update docs to reflect that terminal addressing (as in ``location()``) is