summaryrefslogtreecommitdiff
path: root/misc/vfu/patches
diff options
context:
space:
mode:
authormycroft <mycroft>2000-04-29 04:15:40 +0000
committermycroft <mycroft>2000-04-29 04:15:40 +0000
commitf59ea99e5b496775d63c75bd3467a0745c196e8e (patch)
treec6411de503293cef7b5f15a0ee262073970fb16d /misc/vfu/patches
parentb9cb8f94f087cec7718a86401330ae8e5f7b2ee0 (diff)
downloadpkgsrc-f59ea99e5b496775d63c75bd3467a0745c196e8e.tar.gz
Don't call echo() and nl() after endwin().
Diffstat (limited to 'misc/vfu/patches')
-rw-r--r--misc/vfu/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
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()