Skip to content

Commit 3d5aa3f

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: [Console] Warn about writing contents and terminal height
2 parents adb1a40 + e5295d3 commit 3d5aa3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

console.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,11 @@ Output sections let you manipulate the Console output in advanced ways, such as
378378
are updated independently and :ref:`appending rows to tables <console-modify-rendered-tables>`
379379
that have already been rendered.
380380

381+
.. caution::
382+
383+
Terminals only allow overwriting the visible content, so you must take into
384+
account the console height when trying to write/overwrite section contents.
385+
381386
Console Input
382387
-------------
383388

0 commit comments

Comments
 (0)