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/pmax/ramdisk | |
parent | 5f145a6bbc7472bf2089c773d2f1080a21b99dc6 (diff) |
In stty line enable ^T (status) as well.
Diffstat (limited to 'distrib/pmax/ramdisk')
-rw-r--r-- | distrib/pmax/ramdisk/dot.profile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |