vt$dln (6) --- send a delete 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$dln (dummy) integer dummy Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'Vt$dln' is used to delete a line at the current cursor position on the user's screen. The return value is OK if the line was deleted and ERR otherwise. _I_m_p_l_e_m_e_n_t_a_t_i_o_n The subsystem common block is checked for the existence of a delete line sequence. If one exists, it is written out and 'vt$del' is called to print out a small delay sequence. If the sequence existed, the function returns OK and if it did not exist, the function returns 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$dln (6) - 1 - vt$dln (6)