summaryrefslogtreecommitdiff
path: root/editors/biew/files/patch-af
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2004-04-01 08:47:24 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2004-04-01 08:47:24 +0000
commit01a6b1fcb344b4b02726b6ea7c0b08cc7eb3938c (patch)
treeb9c427244f6071528d2aff4b302c0539402dcbda /editors/biew/files/patch-af
parent- Update to 1.0.2b-alpha (diff)
Update to 5.6.0.
Move doc-files from pkg-plist to Makefile. Approved by: Ryan Thompson <ryan@sasknow.com> (maintainer)
Diffstat (limited to 'editors/biew/files/patch-af')
-rw-r--r--editors/biew/files/patch-af12
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/biew/files/patch-af b/editors/biew/files/patch-af
index 5320629144ae..4025e1976c91 100644
--- a/editors/biew/files/patch-af
+++ b/editors/biew/files/patch-af
@@ -1,6 +1,6 @@
---- biewlib/sysdep/generic/unix/keyboard.c.orig Mon Apr 29 15:26:59 2002
-+++ biewlib/sysdep/generic/unix/keyboard.c Mon Apr 29 15:28:12 2002
-@@ -41,7 +41,11 @@
+--- biewlib/sysdep/generic/unix/keyboard.c.orig Wed Mar 31 16:16:47 2004
++++ biewlib/sysdep/generic/unix/keyboard.c Wed Mar 31 16:16:58 2004
+@@ -44,7 +44,11 @@
#endif
#ifdef _CURSES_
@@ -9,6 +9,6 @@
+#else
#include <curses.h>
+#endif
- #if defined(NCURSES_MOUSE_VERSION) && !defined(HAVE_MOUSE)
- #define HAVE_MOUSE
- #endif
+ char *rawkb_name="Curses";
+ unsigned rawkb_size=sizeof(int); /* size of rawkb_buf elements 1,2 or 4*/
+ int rawkb_method=0;