newt_refresh

(PECL newt >= 0.1)
Updates modified portions of the screen
void newt_refresh ( void )

To increase performance, newt only updates the display when it needs to, not when the program tells it to write to the terminal. Applications can force newt to immediately update modified portions of the screen by calling this function.

Returns:

No value is returned.

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

Please login to continue.