From 281e920b2a6187dc2226404b62f5c302806e206a Mon Sep 17 00:00:00 2001 From: mycroft Date: Sat, 7 Mar 1998 19:55:38 +0000 Subject: Fix the bug in the Curses interface where it clears the screen. --- audio/timidity/patches/patch-bf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/timidity/patches/patch-bf diff --git a/audio/timidity/patches/patch-bf b/audio/timidity/patches/patch-bf new file mode 100644 index 00000000000..f697123d2ba --- /dev/null +++ b/audio/timidity/patches/patch-bf @@ -0,0 +1,11 @@ +--- ncurs_c.c.orig Mon May 20 17:27:35 1996 ++++ ncurs_c.c Sat Mar 7 14:51:09 1998 +@@ -422,7 +422,7 @@ + static int ctl_read(int32 *valp) + { + int c; +- while ((c=getch())!=ERR) ++ while ((c=wgetch(dftwin))!=ERR) + { + switch(c) + { -- cgit v1.2.3