Terminal.feed

Interprets @data as if it were data received from a child process. This can either be used to drive the terminal without a child process, or just to mess with your users.

class Terminal
void
feed
(
string data
)

Parameters

data string

a string in the terminal's current encoding

Meta