vtopt (2) --- set options for the virtual terminal handler 07/11/84 | _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n subroutine vtopt (option, str) integer option, str (ARB) | Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'Vtopt' sets a number of optional parameters for the VTH screen. The currently available values for 'option' are: STATUS_ROW enable a "status row"; 'str' should be the row number on which the "status row" is to be displayed. DISPLAY_TIME enable/disable the time display in the "status row"; 'str' should be YES to enable the display and it should be NO to disable the display. UNPRINTABLE_CHARS display a printable representation of normally unprintable characters; 'str (1)' should contain the replacement character (as a character variable). SET_TABS set tab stops for input; 'str' should contain an EOS string containing non-blank characters where tab stops are to be set. _I_m_p_l_e_m_e_n_t_a_t_i_o_n 'Vtopt' simply sets certain variables in the VTH common block to allow the rest of the routines to keep up with the attributes. For STATUS_ROW, the "status row" is written out and a flag indicating that there is a status row, is set. For the rest of the options, though, flags are set to indicate each option. _C_a_l_l_s vt$put _S_e_e _A_l_s_o other vt?* routines (2) vtopt (2) - 1 - vtopt (2)