summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authormycroft <mycroft>1998-03-07 20:07:33 +0000
committermycroft <mycroft>1998-03-07 20:07:33 +0000
commit2290701e0e2eebf7de27ac354aed1b08511e0395 (patch)
tree820c2450afeff7689dad70fa6264fc34549ceb3b /audio
parent92b74251bce8d44d7f64f207d637e1c088db809d (diff)
downloadpkgsrc-2290701e0e2eebf7de27ac354aed1b08511e0395.tar.gz
Oops; last change wasn't complete.
Diffstat (limited to 'audio')
-rw-r--r--audio/timidity/patches/patch-bf19
1 files changed, 17 insertions, 2 deletions
diff --git a/audio/timidity/patches/patch-bf b/audio/timidity/patches/patch-bf
index f697123d2ba..be0d59515b5 100644
--- a/audio/timidity/patches/patch-bf
+++ b/audio/timidity/patches/patch-bf
@@ -1,6 +1,21 @@
--- 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 @@
++++ ncurs_c.c Sat Mar 7 15:03:37 1998
+@@ -354,7 +354,13 @@
+ if (ctl.trace_playing)
+ dftwin=stdscr;
+ else
+- dftwin=newwin(6,COLS,0,0);
++ {
++ dftwin=newwin(6,COLS,0,0);
++ nodelay(dftwin, 1);
++ scrollok(dftwin, 0);
++ idlok(dftwin, 1);
++ keypad(dftwin, TRUE);
++ }
+
+ werase(dftwin);
+ wmove(dftwin, 0,0);
+@@ -422,7 +428,7 @@
static int ctl_read(int32 *valp)
{
int c;