vt$err (6) --- display a VTH error message 07/11/84 | _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n subroutine vt$err (msg) character msg (ARB) | Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'Vt$err' prints the specified message, 'msg', in the status line (if one exists), and resets the VTH pushback buffer to 0. _I_m_p_l_e_m_e_n_t_a_t_i_o_n A call to 'vtmsg' is made to print the message on the status line (if one is enabled). Then the pushback pointer in the VTH common block is set to 0 and a BEL character is printed. _C_a_l_l_s vtmsg, vtupd, Primos t1ou _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$err (6) - 1 - vt$err (6)