Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sushi do not turn echo on after running a script, o...
details: https://anonhg.NetBSD.org/src/rev/9b6390a7b4b4
branches: trunk
changeset: 522195:9b6390a7b4b4
user: blymn <blymn%NetBSD.org@localhost>
date: Tue Feb 12 12:21:01 2002 +0000
description:
do not turn echo on after running a script, otherwise the forms display
will be messed up by input being echoed.
diffstat:
usr.sbin/sushi/run.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r e94f957883aa -r 9b6390a7b4b4 usr.sbin/sushi/run.c
--- a/usr.sbin/sushi/run.c Tue Feb 12 11:20:38 2002 +0000
+++ b/usr.sbin/sushi/run.c Tue Feb 12 12:21:01 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: run.c,v 1.3 2001/01/24 07:46:23 garbled Exp $ */
+/* $NetBSD: run.c,v 1.4 2002/02/12 12:21:01 blymn Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -553,7 +553,6 @@
}
}
/* clean things up */
- echo();
delwin(actionwin);
delwin(boxwin);
delwin(statuswin);
Home |
Main Index |
Thread Index |
Old Index