From: Amos Shapira (amoss@picton.cs.huji.ac.il)
Date: 08/04/93


Subject: Re: [PATCH] CTRL-T status line patch for 0.99.pl11
From: amoss@picton.cs.huji.ac.il (Amos Shapira)
Date: 4 Aug 1993 20:05:28

joel@rac2.wam.umd.edu (Joel M. Hoffman) writes:

   First, I would recommend not using ^T, but some (not yet used!)
   bizarre key-combination on the console. Of course Emacs, e.g., will
   have to see the ^T and intercept it, so you won't be able to use this
   feature when running any program that uses ^T. BUT: Bash also might
   use ^T.

Yes, I see the problem you are looking at. I didn't install this patch
but at least on old local implementations of ^T on BSD the ^T was just another
"terminal character" which could be changed (or completly disabled) with stty.
I think this will answer your problems.

Also most (i.e. 99+%) of my work on linux is done through a telnet from xterm
on another unix machine so I'm affraid that if the combination won't be
relatively standard (or settable) then I won't be able to use it.

   -Joel
   (joel@wam.umd.edu)

Cheers,

--Amos