zvt_term_closepty

Name

zvt_term_closepty —

Synopsis

int zvt_term_closepty (ZvtTerm * term);

Arguments

term

A ZvtTerm widget.

Description

Close master pty to the child process. It is upto the child to recognise its pty has been closed, and to exit appropriately.

Note that a child process must have first been started using zvt_term_forkpty().

Return Value

See close(2).