Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
newt_refresh

newt_refresh

(PECL)

newt_refresh -- Updates 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.