zvt_term_feed

Name

zvt_term_feed —

Synopsis

void zvt_term_feed (ZvtTerm * term, char * text, int len);

Arguments

term

A ZvtTerm widget.

text

The text to feed.

len

The text length.

Description

This makes the terminal emulator process the stream of characters in text for len bytes. The text is interpreted by the terminal emulator as if it were generated by a child process.

This is used by code that needs a terminal emulator, but does not use a child process.