summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index b4b13d9..87b3269 100644
--- a/README.rst
+++ b/README.rst
@@ -371,6 +371,14 @@ Blessings provides syntactic sugar over some screen-clearing capabilities:
``clear_eos``
Clear to the end of screen.
+For example:
+
+.. code:: python
+
+ print(term.clear())
+
+
+
Full-Screen Mode
----------------