diff options
author | mycroft <mycroft@pkgsrc.org> | 2000-04-29 04:15:40 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2000-04-29 04:15:40 +0000 |
commit | 20169ca76d57c20453e78070c00e594670c321c3 (patch) | |
tree | c6411de503293cef7b5f15a0ee262073970fb16d /misc/vfu | |
parent | f716ec63ecae15e77990fbd84a61b3554b047bf2 (diff) | |
download | pkgsrc-20169ca76d57c20453e78070c00e594670c321c3.tar.gz |
Don't call echo() and nl() after endwin().
Diffstat (limited to 'misc/vfu')
-rw-r--r-- | misc/vfu/files/patch-sum | 3 | ||||
-rw-r--r-- | misc/vfu/patches/patch-ae | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/misc/vfu/files/patch-sum b/misc/vfu/files/patch-sum index 24eb986518d..48cfa69145a 100644 --- a/misc/vfu/files/patch-sum +++ b/misc/vfu/files/patch-sum @@ -1,6 +1,7 @@ -$NetBSD: patch-sum,v 1.2 1999/11/27 23:03:54 rh Exp $ +$NetBSD: patch-sum,v 1.3 2000/04/29 04:15:40 mycroft Exp $ MD5 (patch-aa) = ecb4d77342321b34adfca047b97a7020 MD5 (patch-ab) = 6698c767242da2e5a507deeb1f1bf2cb MD5 (patch-ac) = 0a2b0f414bde099a2786a2f521ddc2fa MD5 (patch-ad) = 2606bb1322dffe86a0a48f1aa1ccc878 +MD5 (patch-ae) = 89644852fa4a6881f35feb13a8fed322 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() |