Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/evbppc/ramdisk Change erase from ^H to ^? (delete).



details:   https://anonhg.NetBSD.org/src/rev/bd1b920f3f18
branches:  trunk
changeset: 780327:bd1b920f3f18
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jul 20 11:19:51 2012 +0000

description:
Change erase from ^H to ^? (delete).

diffstat:

 distrib/evbppc/ramdisk/dot.profile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 695a20ecf45f -r bd1b920f3f18 distrib/evbppc/ramdisk/dot.profile
--- a/distrib/evbppc/ramdisk/dot.profile        Fri Jul 20 11:19:03 2012 +0000
+++ b/distrib/evbppc/ramdisk/dot.profile        Fri Jul 20 11:19:51 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.3 2011/01/18 01:27:16 matt Exp $
+# $NetBSD: dot.profile,v 1.4 2012/07/20 11:19:51 matt Exp $
 #
 # Copyright (c) 1995 Jason R. Thorpe
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -47,8 +47,8 @@
        export DONEPROFILE
 
        # set up some sane defaults
-       echo 'erase ^H, werase ^W, kill ^U, intr ^C, status ^T'
-       stty newcrt werase ^W intr ^C kill ^U erase ^H status ^T
+       echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T'
+       stty newcrt werase ^W intr ^C kill ^U erase ^? status ^T
 
        # mount root read-write
        mount -u /dev/md0a /



Home | Main Index | Thread Index | Old Index