[comp.windows.ms] Help w/Backspace in Term etc.

dww@stl.stc.co.uk (David Wright) (09/23/90)

In article <marshall.653151708@wind55> marshall@wind55.seri.gov (Marshall L. Buhl) writes:
#I use the vt100 terminal emulation setting with Terminal.  Also in my
#.login file I have the command "stty erase '^h'".

Fine for you - but I log in to VMS as well as UNIX.   That expects a 'real'
delete.   Of course I can use the keypad DELETE key, but my fingers are used
to the <--- key being <DEL>  (as that's how it is on a real VT100).   Can
Win3 Terminal be made to do that?

Two more Win3 Terminal questions:

1- How do you send a BREAK ?  (I need to do this before our system notices
   me and allows a login).

2- How do you make VT100 emulation use the AT keyboard keypad in
   as-near-as-possible emulation of the VT100 one?   (I accept that I'll
   have to map the PF[1..4] keys as F1..F4 or similar).

In the meantime, I'm going back to Kermit under DOS!

Regards,          "None shall be enslaved by poverty, ignorance or conformity"
        David Wright             STL, London Road, Harlow, Essex  CM17 9NA, UK
dww@stl.stc.co.uk  <or> ...uunet!mcsun!ukc!stl!dww  <or> PSI%234237100122::DWW
<or> /g=David/s=Wright/org=STC Technology Ltd/prmd=STC plc/admd=Gold 400/co=GB

spolsky-joel@cs.yale.edu (Joel Spolsky) (09/24/90)

In article <3421@stl.stc.co.uk> dww@stl.stc.co.uk (David Wright) writes:
>
>Fine for you - but I log in to VMS as well as UNIX.   That expects a 'real'
>delete.   Of course I can use the keypad DELETE key, but my fingers are used
>to the <--- key being <DEL>  (as that's how it is on a real VT100).   Can
>Win3 Terminal be made to do that?

Nope, that feature of Dynacomm seems to be disabled in Windows
Terminal. Bummer.

>1- How do you send a BREAK ?  (I need to do this before our system notices
>   me and allows a login).

Have you tried Ctrl-Break? That's what Dynacomm uses.

Joel Spolsky
spolsky@cs.yale.edu                                     Silence = Death

marshall@wind55.seri.gov (Marshall L. Buhl) (09/27/90)

dww@stl.stc.co.uk (David Wright) writes:
>1- How do you send a BREAK ?  (I need to do this before our system notices
>   me and allows a login).

The only way I know of (and it's not ideal) is to program a function key
with "^$B".  Leave out the quotes (").  The special codes for function
keys are listed on page 331.
--
Marshall L. Buhl, Jr.                EMAIL: marshall@seri.gov
Senior Computer Missionary           VOICE: (303)231-1014
Wind Research Branch                 1617 Cole Blvd., Golden, CO  80401-3393
Solar Energy Research Institute      Solar - safe energy for a healthy future

r3hjl@VAX1.CC.UAKRON.EDU (Howard J. Lymor) (09/28/90)

(I don't know how to include files yet, but the question concerned the backspace key and Windows 3.0 Terminal when connected to a Unix machine):

There was a post similar to this a few months ago that said to enable the Scroll Lock key to use your normal arrow, BS, etc. keys.  It worked for me.  Also, I have found that setting my term  variable in Unix to VT200 works much better also.  Just a few things to try....

Howard