summaryrefslogtreecommitdiff
path: root/distrib/atari
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-10-25 16:38:18 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-10-25 16:38:18 +0000
commitc74ce23fd56cc30516e3db5452f1e4498e1aee68 (patch)
tree2d53aeae7ee3c93913b97fe7d9d27c1e6a5f1832 /distrib/atari
parent5f145a6bbc7472bf2089c773d2f1080a21b99dc6 (diff)
In stty line enable ^T (status) as well.
Diffstat (limited to 'distrib/atari')
-rw-r--r--distrib/atari/inst/dot.profile6
-rw-r--r--distrib/atari/miniroot/dot.profile6
2 files changed, 6 insertions, 6 deletions
diff --git a/distrib/atari/inst/dot.profile b/distrib/atari/inst/dot.profile
index 9dfd4c1821b..4532840fd57 100644
--- a/distrib/atari/inst/dot.profile
+++ b/distrib/atari/inst/dot.profile
@@ -1,5 +1,5 @@
#
-# $OpenBSD: dot.profile,v 1.3 2000/03/01 22:10:01 todd Exp $
+# $OpenBSD: dot.profile,v 1.4 2000/10/25 16:38:12 millert Exp $
# $NetBSD: dot.profile,v 1.2 1995/05/10 13:39:28 leo Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
@@ -40,8 +40,8 @@ umask 022
set -o emacs # emacs-style command line editing
# set up some sane defaults
-echo 'erase ^?, werase ^H, kill ^U, intr ^C'
-stty newcrt werase ^H intr ^C kill ^U erase ^? 9600
+echo 'erase ^?, werase ^H, kill ^U, intr ^C, status ^T'
+stty newcrt werase ^H intr ^C kill ^U erase ^? status ^T 9600
echo ''
# start running update, so that installed software is written as it goes.
diff --git a/distrib/atari/miniroot/dot.profile b/distrib/atari/miniroot/dot.profile
index 93bf3c4b3aa..6628c52184c 100644
--- a/distrib/atari/miniroot/dot.profile
+++ b/distrib/atari/miniroot/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.5 2000/03/01 22:10:02 todd Exp $
+# $OpenBSD: dot.profile,v 1.6 2000/10/25 16:38:12 millert Exp $
# $NetBSD: dot.profile,v 1.1.1.1.4.2 1996/07/15 06:33:30 leo Exp $
#
# Copyright (c) 1995 Jason R. Thorpe
@@ -44,8 +44,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 ^H, werase ^W, kill ^U, intr ^C, status ^T'
+ stty newcrt werase ^W intr ^C kill ^U erase ^H status ^T 9600
# run update, so that installed software is written as it goes.
update