summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Rose <grinch@grinchcentral.com>2013-11-05 20:48:25 -0500
committerErik Rose <grinch@grinchcentral.com>2013-11-05 20:48:25 -0500
commit776f2725c0fa1e357f96776f1bc1ee0ea4543f11 (patch)
treebd134a481a6bcacb170a7a7b4091a6c580569f1a
parentc3ca6a4e14867370593491abf5dc8ffe44fd6041 (diff)
downloadblessings-776f2725c0fa1e357f96776f1bc1ee0ea4543f11.tar.gz
Update version history.
-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.