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/pmax/ramdisk/dot.profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'distrib/pmax/ramdisk') diff --git a/distrib/pmax/ramdisk/dot.profile b/distrib/pmax/ramdisk/dot.profile index bdad3cc2813..1e34fc044b0 100644 --- a/distrib/pmax/ramdisk/dot.profile +++ b/distrib/pmax/ramdisk/dot.profile @@ -1,5 +1,5 @@ # -# $OpenBSD: dot.profile,v 1.2 2000/01/30 01:21:21 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.3 2000/10/25 16:38:16 millert Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -68,8 +68,8 @@ if [ "X${DONEPROFILE}" = "X" ]; then # set up some sane defaults - echo 'erase ^?, werase ^W, kill ^U, intr ^C' - stty newcrt werase ^W intr ^C kill ^U erase ^? 9600 + echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T' + stty newcrt werase ^W intr ^C kill ^U erase ^? status ^T 9600 echo '' # get the terminal type -- cgit v1.2.3