vt$clr (6) --- send clear screen sequence 07/11/84 | _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n integer function vt$clr (dummy) integer dummy | Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'Vt$clr' is used to clear the screen on the user's terminal. The return value is OK if the screen was cleared, and ERR otherwise. _I_m_p_l_e_m_e_n_t_a_t_i_o_n The VTH common block is checked for the existence of a clear screen sequence. If one exists, it is written out, 'vt$del' is called to print out a small delay sequence, and the func- tion return is OK. If no sequence exists, the return is ERR. _C_a_l_l_s vt$del _B_u_g_s Not meant to be called by the normal user. _S_e_e _A_l_s_o other vt?* routines (2) and (6) vt$clr (6) - 1 - vt$clr (6)