update : 2015.11.03
php.shukuma.com

검색:
 
 
Tells newt to return the terminal to its initial state

newt_suspend

(PECL newt >= 0.1)

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

반환값

값을 반환하지 않습니다.

참고

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