GoLang newt_refresh

request it (273)
GoLang replacement for PHP's newt_refresh [edit | history]



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

PHP newt_refresh

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

newt_refresh

(PECL newt >= 0.1)

newt_refreshUpdates modified portions of the screen

Description

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.

Return Values

No value is returned.