The amiga tty erase character is ^?, not ^H.
This commit is contained in:
parent
e711ce12ab
commit
0dfa0df14c
@ -1,4 +1,4 @@
|
||||
# $NetBSD: dot.profile,v 1.1 1997/09/09 23:07:05 is Exp $
|
||||
# $NetBSD: dot.profile,v 1.2 1997/11/08 23:02:05 mhitch Exp $
|
||||
#
|
||||
# Copyright (c) 1995 Jason R. Thorpe
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
@ -41,8 +41,8 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
||||
DONEPROFILE=YES
|
||||
|
||||
# set up some sane defaults
|
||||
echo 'erase ^H, werase ^W, kill ^U, intr ^C'
|
||||
stty newcrt werase ^W intr ^C kill ^U erase ^H 9600
|
||||
echo 'erase ^?, werase ^W, kill ^U, intr ^C'
|
||||
stty newcrt werase ^W intr ^C kill ^U erase ^? 9600
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
Loading…
x
Reference in New Issue
Block a user