diff options
Diffstat (limited to 'gnu/usr.bin/bc/bcwrap/bcwrap.c')
-rw-r--r-- | gnu/usr.bin/bc/bcwrap/bcwrap.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/bc/bcwrap/bcwrap.c b/gnu/usr.bin/bc/bcwrap/bcwrap.c index 0c6e3c013c5..029ece5c1f6 100644 --- a/gnu/usr.bin/bc/bcwrap/bcwrap.c +++ b/gnu/usr.bin/bc/bcwrap/bcwrap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bcwrap.c,v 1.1 1996/06/20 14:29:49 deraadt Exp $ */ +/* $OpenBSD: bcwrap.c,v 1.2 1996/07/22 10:10:39 deraadt Exp $ */ /* * Copyright (c) 1996 Theo de Raadt <deraadt@theos.com> @@ -36,6 +36,9 @@ * copyright demands it. That's stupid, ugly, and I think looks very * gross. * + * As a side effect, the special ^C handling in gnubc goes away, + * bringing us back to the familiar handling. + * * Oh well, with this wrapper it's never in interactive mode. */ |