diff options
Diffstat (limited to 'misc/vfu/patches/patch-ae')
-rw-r--r-- | misc/vfu/patches/patch-ae | 13 |
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() |