vt$cel (6) --- send a clear to end-of-line sequence 10/30/84 _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n integer function vt$cel (dummy) integer dummy Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'Vt$cel' is used to clear the line from where the cursor is currently positioned to the end of the line. The return value is OK if the line 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 to eol sequence. If one exists, it is written out and the function return is OK. If there is no sequence, the func- tion return is ERR. _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$cel (6) - 1 - vt$cel (6)