Skip to content

Commit aee3dc6

Browse files
committed
[Console] Warn about writing contents and terminal height
1 parent 5b8f853 commit aee3dc6

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
@@ -374,6 +374,11 @@ Output sections let you manipulate the Console output in advanced ways, such as
374374
are updated independently and :ref:`appending rows to tables <console-modify-rendered-tables>`
375375
that have already been rendered.
376376

377+
.. caution::
378+
379+
Terminals only allow overwriting the visible content, so you must take into
380+
account the console height when trying to write/overwrite section contents.
381+
377382
Console Input
378383
-------------
379384

0 commit comments

Comments
 (0)