Changes the displaying of Tera Term window.
showtt <show flag>
Hides the VT window of Tera Term if <show flag> is -1.
Minimizes the VT window of Tera Term if <show flag> 0.
Restores the VT window Tera Term if <show flag> is 1.
Hides the TEK window of Tera Term if <show flag> is 2.
Minimizes the TEK window of Tera Term if <show flag> 3.
Open/restores the TEK window of Tera Term if <show flag> is 4.
Closes the TEK window of Tera Term if <show flag> is 5.
Hides the log window if <show flag> is 6.
Minimizes the log window if <show flag> is 7.
Restores the log window if <show flag> is 8.
; Minimize Tera Term. showtt 0 ; Restore Tera Term. showtt 1 ; Hide Tera Term. showtt -1 showtt 7 ;Minimize log window showtt 8 ;Restore log window showtt 6 ;Hide log window