Skip to content

Commit e5295d3

Browse files
committed
minor #18894 [Console] Warn about writing contents and terminal height (javiereguiluz)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [Console] Warn about writing contents and terminal height Fixes #18738. Commits ------- aee3dc6 [Console] Warn about writing contents and terminal height
2 parents 7829a0e + aee3dc6 commit e5295d3

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)