[comp.windows.x] switching terminal types in xterm

gildea@expo.lcs.mit.EDU (Stephen Gildea) (04/22/91)

							Which escape
    sequences can my program send to xterm to make the vt102 window and the
    tektronix window active, so that input and output go to the right place?


Switch from VT mode to Tek mode:
ESC [ ? 3 8 h 

Switch from Tek mode to VT mode:
ESC C-c

These sequences are documented in ctlseqs.ms, which can be found in
the xterm source directory.

 < Stephen
   MIT X Consortium