/* acf3:comp.os.vms / richon@stsci.EDU (Joel Richon) / 8:27 am Apr 17, 1991 */ In article <1991Apr16.211008.27385@zardoz.eng.ohio-state.edu>, DAVISM@kcgl1.eng.ohio-state.edu (Michael T. Davis) writes: > > I would very much like to take advantage of the host status line on > my DECterm windows, but we don't have a VT3xx terminal manual handy. Could > someone please list the escape sequence to control this area of the display? > To use the host status line, you must first enable it as host writable, then switch to that display. The sequences are (where esc is the escape character) esc[2$~ select status line type=host-writable esc[1$} select active status display=status line Then all the cursor position and attribute commands will apply the status line. esc[0$} select active status display=main display puts you back into your main window. I prefer to use the title bar or icon of my decterm for some information. The sequence for that is (in DCL) $ OSC[0,8] = 157 $ ST[0,8] = 156 $ WRITE SYS$OUTPUT OSC,"21;''P1'",ST !set window name $ WRITE SYS$OUTPUT OSC,"2L;''P1'",ST !set icon name Hope that helps. -- Joel Richon richon@stsci.edu Space Telescope Science Institute richon%stosc@SCIVAX 3700 San Martin Drive SCIVAX::RICHON Baltimore, Md. 21218 (301) 338-5451