GoLang newt_suspend

request it (293)
GoLang replacement for PHP's newt_suspend [edit | history]



Do you know a GoLang replacement for PHP's newt_suspend? Write it!

PHP newt_suspend

PHP original manual for newt_suspend [ show | php.net ]

newt_suspend

(PECL newt >= 0.1)

newt_suspendTells newt to return the terminal to its initial state

Description

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).

Return Values

No value is returned.

See Also

  • newt_resume() - Resume using the newt interface after calling newt_suspend