Hi,
You may need to use the stty command to control your terminal. You may
also need to use the term environment variable to make sure you are using
VT100 terminal emulation. If you are using the BASH shell, here is a copy
of my .profile for an example. Pay special attention to the stty and term
statements, along with the export statements immediately below each. The
path statement will most likely be completely irrelevant to your system,
so I will delete that.
Regards.
echo 'erase ^H, kill ^U, intr ^C status ^T'
stty crt erase kill intr status
export PATH
BLOCKSIZE=1k
export BLOCKSIZE
TERM=vt100
export TERM
On Mon, 19 Jul 1999, Ramana Polavarapu wrote:
> Dear Fellow Users of JFW:
>
> I thank you for your suggestions regarding Telnet and others. I
> have down-loaded Tera Term and the related scripts. I enjoy this a lot.
> However, I am not able to delete a mistyped letter at the UNIX prompt. I
> have used delete, backspace, and control+h. None of them worked.
> Finally, I had some luck with control+u. This command kills the entire
> line. The other problem is when I am inside pine, if I press backspace
> and there are some blank spaces, Jaws keeps saying the last character that
> preceded the blank spaces until I reach that character. Hope to hear from
> you some time soon.
>
> Regards,
>
> Ramana
>
>
> -
> Visit the jfw ml web page: http://jfw.cjb.net
>
-
Visit the jfw ml web page: http://jfw.cjb.net