tputl$ (6) --- put a line on the terminal 01/06/83 _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n integer function tputl$ (line, fd) character line (ARB) integer fd Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'Tputl$' is the device-dependent driver called by 'putlin' to write a string on a terminal file. The first argument is the string to be written; the second is the file descriptor of a terminal file. The function return is OK if the write was successful, ERR otherwise. _I_m_p_l_e_m_e_n_t_a_t_i_o_n 'Tputl$' buffers each character in the string into a local buffer, and outputs the string in chunks (via calls to the Primos routine TNOUA). If case mapping is in effect, characters not on a KSR 33 keyboard are converted to escaped representations which are printable on a KSR 33. _C_a_l_l_s Primos tnoua _S_e_e _A_l_s_o tgetl$ (6), dputl$ (6), putlin (2) tputl$ (6) - 1 - tputl$ (6)