summaryrefslogtreecommitdiff
path: root/audio/timidity
diff options
context:
space:
mode:
authormycroft <mycroft>1998-03-07 19:55:38 +0000
committermycroft <mycroft>1998-03-07 19:55:38 +0000
commit92b74251bce8d44d7f64f207d637e1c088db809d (patch)
treee49a2ae1f5404f292c945d7b5c7dbfc031dcce7c /audio/timidity
parent097998b469faf52005e38056d717569eccdb4389 (diff)
downloadpkgsrc-92b74251bce8d44d7f64f207d637e1c088db809d.tar.gz
Fix the bug in the Curses interface where it clears the screen.
Diffstat (limited to 'audio/timidity')
-rw-r--r--audio/timidity/patches/patch-bf11
1 files changed, 11 insertions, 0 deletions
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)
+ {