Re: OT: xterm raw input

2002-10-22 Thread Russell
Crispin Wellington wrote: > > On Tue, 2002-10-22 at 21:44, Russell wrote: > > Hi all, > > > > I'm testing out some terminal escape sequences as in: > > http://cns.georgetown.edu/~ric/howto/Xterm-Title/ctlseqs.txt > > Just try typing: echo -ne "\033[2t" into an xterm;) > > > > Anyway, how can i t

Re: OT: xterm raw input

2002-10-22 Thread Russell
Crispin Wellington wrote: > > On Tue, 2002-10-22 at 21:44, Russell wrote: > > Hi all, > > > > I'm testing out some terminal escape sequences as in: > > http://cns.georgetown.edu/~ric/howto/Xterm-Title/ctlseqs.txt > > Just try typing: echo -ne "\033[2t" into an xterm;) > > > > Anyway, how can i t

Re: OT: xterm raw input

2002-10-22 Thread Crispin Wellington
On Tue, 2002-10-22 at 21:44, Russell wrote: > Hi all, > > I'm testing out some terminal escape sequences as in: > http://cns.georgetown.edu/~ric/howto/Xterm-Title/ctlseqs.txt > Just try typing: echo -ne "\033[2t" into an xterm;) > > Anyway, how can i type control sequences into an xterm > witho

OT: xterm raw input

2002-10-22 Thread Russell
Hi all, I'm testing out some terminal escape sequences as in: http://cns.georgetown.edu/~ric/howto/Xterm-Title/ctlseqs.txt Just try typing: echo -ne "\033[2t" into an xterm;) Anyway, how can i type control sequences into an xterm without the cursor moving? When i press ESC, it gets intercepted