diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-25 16:38:18 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-25 16:38:18 +0000 |
commit | c74ce23fd56cc30516e3db5452f1e4498e1aee68 (patch) | |
tree | 2d53aeae7ee3c93913b97fe7d9d27c1e6a5f1832 /distrib/amiga/miniroot | |
parent | 5f145a6bbc7472bf2089c773d2f1080a21b99dc6 (diff) |
In stty line enable ^T (status) as well.
Diffstat (limited to 'distrib/amiga/miniroot')
-rw-r--r-- | distrib/amiga/miniroot/dot.profile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/amiga/miniroot/dot.profile b/distrib/amiga/miniroot/dot.profile index 9f9b406dee8..604dec783b3 100644 --- a/distrib/amiga/miniroot/dot.profile +++ b/distrib/amiga/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.5 2000/01/30 01:21:18 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.6 2000/10/25 16:38:11 millert Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 1995 Jason R. Thorpe @@ -63,8 +63,8 @@ if [ "X${DONEPROFILE}" = "X" ]; then mount_ffs -o update /kern/rootdev / # 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 ^H, werase ^W, kill ^U, intr ^C, status ^T' + stty newcrt werase ^W intr ^C kill ^U erase ^H status ^T 9600 # get the terminal type _forceloop="" |