terminalBuffer: Get Terminal Buffer
Description
Returns contents of a terminal buffer.
Usage
terminalBuffer(id, stripAnsi = TRUE)
Value
The terminal contents, one line per row.
Arguments
- id
The terminal id. The id
is obtained from
terminalList()
, terminalVisible()
,
terminalCreate()
, or terminalExecute()
.
- stripAnsi
If FALSE, don't strip out Ansi escape sequences before
returning terminal buffer.