ttyp$v (6) --- set terminal attributes 01/06/83 _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n integer function ttyp$v (ttype) character ttype (MAXTERMTYPE) Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'Ttyp$v' takes the terminal type name given in 'ttype' and tries to set the values of that terminal's attributes in the Subsystem common area. If the terminal type is not a legal one, then 'ttyp$v' returns NO and leaves the values of the terminal attributes undisturbed; otherwise, it sets up the appropriate values and returns YES. _I_m_p_l_e_m_e_n_t_a_t_i_o_n 'Ttyp$v' takes the terminal type given in 'ttype' and tries to find it in the file "=ttypes=" (nominally "//extra/terms"). If the file could not be opened or if the terminal type wasn't found in the file, 'ttyp$v' returns NO; otherwise, it sets the value of the terminal's attributes from values given in the file and returns a value of YES. _C_a_l_l_s close, ctoc, equal, input, open, Primos break$ _S_e_e _A_l_s_o other ttyp$?* routines (2) ttyp$v (6) - 1 - ttyp$v (6)