Terminal.feedChild

Sends a block of UTF-8 text to the child as if it were entered by the user at the keyboard.

class Terminal
void
feedChild
(
string text
,
ptrdiff_t length
)

Parameters

text string

data to send to the child

length ptrdiff_t

length of @text in bytes, or -1 if @text is NUL-terminated

Meta