newt_textbox_get_num_lines> <newt_set_suspend_callback
Last updated: Fri, 24 Feb 2012

newt_suspend

(PECL newt >= 0.1)

newt_suspendTells newt to return the terminal to its initial state

Descrição

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

Valor Retornado

Não há valor retornado.

Veja Também

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



User Contributed Notes
newt_suspend
There are no user contributed notes for this page.

newt_textbox_get_num_lines> <newt_set_suspend_callback
Last updated: Fri, 24 Feb 2012