Update docs/Backtracing.rst

Co-authored-by: Alastair Houghton <alastair@alastairs-place.net>
This commit is contained in:
Carl Peto
2025-10-28 21:52:34 +00:00
committed by GitHub
parent fdbbf31d04
commit 43c84ea6e6

View File

@@ -49,8 +49,8 @@ follows:
| demangle | yes | Set to ``no`` to disable demangling. | | demangle | yes | Set to ``no`` to disable demangling. |
+-----------------+---------+--------------------------------------------------+ +-----------------+---------+--------------------------------------------------+
| interactive | tty | Set to ``no`` to disable interaction, or ``yes`` | | interactive | tty | Set to ``no`` to disable interaction, or ``yes`` |
| | | to enable always. `tty`` to enable only if | | | | to enable always, or `tty`` to enable only if |
| | | stdin and stdout are are both a terminal. | | | | stdin and stdout are both a terminal. |
+-----------------+---------+--------------------------------------------------+ +-----------------+---------+--------------------------------------------------+
| color | tty | Set to ``yes`` to enable always, or ``no`` to | | color | tty | Set to ``yes`` to enable always, or ``no`` to |
| | | disable. Uses ANSI escape sequences. | | | | disable. Uses ANSI escape sequences. |