default_pty_options: Default options for pseudo terminals (ptys)

View source: R/process.R

default_pty_optionsR Documentation

Default options for pseudo terminals (ptys)

Description

Default options for pseudo terminals (ptys)

Usage

default_pty_options()

Value

Named list of default values of pty options.

Options and default values:

  • echo whether to keep the echo on the terminal. FALSE turns echo off.

  • rows the (initial) terminal size, number of rows.

  • cols the (initial) terminal size, number of columns.


r-pkgs/processx documentation built on April 3, 2024, 9:02 p.m.