vtupd (2) --- update the terminal screen with VTH screen 07/11/84 | _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n subroutine vtupd (clr) integer clr | Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'Vtupd' is used to update the changes from the last (old) VTH screen buffer to the new screen buffer on the terminal screen. The argument is a flag which tells whether or not to clear the screen and redraw, or only update the screen with the changes. If 'clr' is YES, the entire screen is cleared and completely redrawn. If 'clr' is NO, only the changes needed are made on the screen. _I_m_p_l_e_m_e_n_t_a_t_i_o_n After making the changes to the screen, the new screen buffer image is copied into the old screen buffer image for the next time around. 'Vtupd' is reasonably efficient in updating the screen and copying the old screen to the new screen. _C_a_l_l_s vt$clr, vt$out, date, vtmove, vtmsg _S_e_e _A_l_s_o other vt?* routines (2) vtupd (2) - 1 - vtupd (2)