ncurses_doupdateDescriptionbool ncurses_doupdate ( void )
ncurses_doupdate() compares the virtual screen to the physical screen and updates the physical screen. This way is more effective than using multiple refresh calls. 如果成功则返回 TRUE,失败则返回 FALSE。 There are no user contributed notes for this page. | ||||