From fa8a46d85d2cb247f13414c6d48f2ad24b7f312c Mon Sep 17 00:00:00 2001 From: Gui Talarico Date: Mon, 13 Apr 2020 20:41:55 -0700 Subject: 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 :) --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ---------------- -- cgit v1.2.1