From c74ce23fd56cc30516e3db5452f1e4498e1aee68 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 25 Oct 2000 16:38:18 +0000 Subject: In stty line enable ^T (status) as well. --- distrib/atari/inst/dot.profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'distrib/atari/inst') 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. -- cgit v1.2.3