summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2013-08-30 21:14:15 -0400
committerErik Rose <erik@mozilla.com>2013-08-30 21:14:15 -0400
commit26161fee014a0e39f8f22947a1d7a35f5cb65764 (patch)
tree51e1c8a357718c2902cd2cc9c1b46027a9f3bb08
parent5e2fb3c0842195b11d76644081fd64551df9f8b1 (diff)
downloadblessings-26161fee014a0e39f8f22947a1d7a35f5cb65764.tar.gz
Add `fullscreen()` and `hidden_cursor()` to the auto-generated docs.
-rw-r--r--README.rst1
-rw-r--r--docs/index.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 8c7cd68..853cf9a 100644
--- a/README.rst
+++ b/README.rst
@@ -436,6 +436,7 @@ Version History
1.6
* Add ``does_styling`` attribute. This takes ``force_styling`` into account
and should replace most uses of ``is_a_tty``.
+ * Add ``fullscreen()`` and ``hidden_cursor()`` to the auto-generated docs.
1.5.1
* Clean up fabfile, removing the redundant ``test`` command.
diff --git a/docs/index.rst b/docs/index.rst
index eef5031..63ee5be 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -17,4 +17,4 @@ Then Read This If You Want
==========================
.. autoclass:: blessings.Terminal
- :members: __init__, __getattr__, location, height, width, color, on_color, number_of_colors
+ :members: __init__, __getattr__, location, height, width, color, on_color, number_of_colors, fullscreen, hidden_cursor