PHP Doku:: Tells newt to return the terminal to its initial state - function.newt-suspend.html

Verlauf / Chronik / History: (24) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzEingabezeilenspezifische ErweiterungenNewtNewt Funktionennewt_suspend

Ein Service von Reinhard Neidl - Webprogrammierung.

Newt Funktionen

<<newt_set_suspend_callback

newt_textbox_get_num_lines>>

newt_suspend

(PECL newt >= 0.1)

newt_suspendTells newt to return the terminal to its initial state

Beschreibung

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

Rückgabewerte

Es wird kein Wert zurückgegeben.

Siehe auch

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


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)