Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!usc!snorkelwacker.mit.edu!bloom-picayune.mit.edu!news From: ramon@skye.mit.edu (Ramon F Herrera) Newsgroups: comp.unix.questions Subject: VT100 compatibility on a Silicon Graphics IRIS Message-ID: <1990Dec13.035401.19365@athena.mit.edu> Date: 13 Dec 90 03:54:01 GMT Sender: news@athena.mit.edu (News system) Organization: Massachusetts Institute of Technology, Cambridge Lines: 38 Hello, Silicon Graphics (System V) wizards out there: How can I make the delete key work properly if I login from a DEC (Ultrix/VMS/VT100 terminal) device into a Silicon Graphics computer? The DELete key doesn't work, so I have to use ^H instead. I have tried: % set term = vt100 (before login) % setenv TERM vt100 (before login) % stty erase DEL (after login) but they don't do the trick. Is the terminfo file distributed with the SG machines erroneous?? Should I just add some 'stty' statement to my 'dot' files, or should the terminfo file be modified?? . . . After I wrote this message, I played a little bit and I found out that the following solves my problem: % stty erase \ Instead of , I can press any key and it still works, so my new question is: how can I include this fix in a .login or .cshrc file?? (Also, I would like to hear some opinions from terminfo hackers!) I tried the obvious like: %stty erase \0177 (I TYPED it, it was not in a script!) but it doesn't work. thanks, Ramon Herrera ramon@iona.mit.edu