summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Rose <grinch@grinchcentral.com>2013-11-05 20:48:48 -0500
committerErik Rose <grinch@grinchcentral.com>2013-11-05 20:48:48 -0500
commite104550cddacda3aaf7a86f0d07491e398f1ccc8 (patch)
treebd134a481a6bcacb170a7a7b4091a6c580569f1a /README.rst
parent536396a69c7e6c2f36e4961e6ab67d78444e14de (diff)
parent776f2725c0fa1e357f96776f1bc1ee0ea4543f11 (diff)
downloadblessings-e104550cddacda3aaf7a86f0d07491e398f1ccc8.tar.gz
Fall back to env vars to find height and width. Make the height-and-width test run. Close #46.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index cfa56c5..7336ebd 100644
--- a/README.rst
+++ b/README.rst
@@ -439,6 +439,8 @@ Version History
* Make ``is_a_tty`` a read-only property, like ``does_styling``. Writing to
it never would have done anything constructive.
* Add ``fullscreen()`` and ``hidden_cursor()`` to the auto-generated docs.
+ * Fall back to ``LINES`` and ``COLUMNS`` environment vars to find height and
+ width. (jquast)
1.5.1
* Clean up fabfile, removing the redundant ``test`` command.