summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGui Talarico <gtalarico@users.noreply.github.com>2020-04-13 20:41:55 -0700
committerGitHub <noreply@github.com>2020-04-13 20:41:55 -0700
commitfa8a46d85d2cb247f13414c6d48f2ad24b7f312c (patch)
treed1894fa165c1f475c9ec621b9a931f016342d856
parentb1d4daf948d1db8455af64836906785204d09055 (diff)
downloadblessings-fa8a46d85d2cb247f13414c6d48f2ad24b7f312c.tar.gz
Update README.rst
I had the same issue as #144 and felt really dumb after, but I think this would help other avoid the same :)
-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
----------------