Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!linac!att!ucbvax!bloom-beacon!dont-send-mail-to-path-lines From: gildea@expo.lcs.mit.EDU (Stephen Gildea) Newsgroups: comp.windows.x Subject: Re: switching terminal types in xterm Message-ID: <9104221437.AA00193@alex.lcs.mit.edu> Date: 22 Apr 91 14:37:54 GMT References: <910419152558515-MTAJLUG:> Sender: daemon@athena.mit.edu (Mr Background) Organization: X Consortium, MIT Laboratory for Computer Science Lines: 17 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