newt_suspend

(PECL newt >= 0.1)
Tells newt to return the terminal to its initial state
void newt_suspend ( void )

Tells newt to return the terminal to its initial state. Once this is done, the application can suspend itself (by sending itself a SIGTSTP, fork a child program, or do whatever else it likes).

Returns:

No value is returned.

See also:

newt_resume() -

doc_php
2016-02-24 15:55:02
Comments
Leave a Comment

Please login to continue.