From f59ea99e5b496775d63c75bd3467a0745c196e8e Mon Sep 17 00:00:00 2001 From: mycroft Date: Sat, 29 Apr 2000 04:15:40 +0000 Subject: Don't call echo() and nl() after endwin(). --- misc/vfu/patches/patch-ae | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 misc/vfu/patches/patch-ae (limited to 'misc/vfu/patches') diff --git a/misc/vfu/patches/patch-ae b/misc/vfu/patches/patch-ae new file mode 100644 index 00000000000..a5ddaa76a57 --- /dev/null +++ b/misc/vfu/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.3 2000/04/29 04:15:41 mycroft Exp $ + +--- vslib/unicon.cpp.orig Fri Apr 28 21:11:45 2000 ++++ vslib/unicon.cpp Fri Apr 28 21:12:27 2000 +@@ -202,8 +202,6 @@ + { + delwin(conio_scr); + endwin(); +- echo(); +- nl(); + }; + + void ConSuspend() -- cgit v1.2.3