summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Rose <grinch@grinchcentral.com>2013-11-05 23:05:02 -0500
committerErik Rose <grinch@grinchcentral.com>2013-11-05 23:05:02 -0500
commit1a463ac86c7645315195ec012d3caf930ac3c10f (patch)
tree62ee16dceb87b7caa016937dfd4c5768a686d7bf /README.rst
parente104550cddacda3aaf7a86f0d07491e398f1ccc8 (diff)
parentdadefbbc4e862cd54c2fae72b29001bdd676aa73 (diff)
downloadblessings-1a463ac86c7645315195ec012d3caf930ac3c10f.tar.gz
Support terminal types, such as kermit and avatar, that use bytes 127-255 in their escape sequences. Close #47.1.6
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 7336ebd..b7f2401 100644
--- a/README.rst
+++ b/README.rst
@@ -441,6 +441,8 @@ Version History
* Add ``fullscreen()`` and ``hidden_cursor()`` to the auto-generated docs.
* Fall back to ``LINES`` and ``COLUMNS`` environment vars to find height and
width. (jquast)
+ * Support terminal types, such as kermit and avatar, that use bytes 127-255
+ in their escape sequences. (jquast)
1.5.1
* Clean up fabfile, removing the redundant ``test`` command.