vt$db1 (6) --- print mnemonics for special characters 07/11/84 | _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n subroutine vt$db1 (title, seq) character title (ARB), seq (ARB) | Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'Vt$db1' is used to print out a label in 'title', along with the mnemonics for the special (unprintable) character sequence in 'seq'. _I_m_p_l_e_m_e_n_t_a_t_i_o_n 'Print' is called to output 'title'; then each character in 'seq', up to the first EOS, is converted to its associated mnemonic and printed out. All output is written to ERROUT. _C_a_l_l_s ctomn, print _B_u_g_s Not to be called by the normal user. Mainly used for debugging of the VTH package. _S_e_e _A_l_s_o other vt?* routines (2) and (6) vt$db1 (6) - 1 - vt$db1 (6)