mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ab660dfb52
PR: 18137 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
15 lines
414 B
Plaintext
15 lines
414 B
Plaintext
--- lib/sysdep/generic/unix/kbd_code.h.orig Fri Apr 14 15:02:31 2000
|
|
+++ lib/sysdep/generic/unix/kbd_code.h Mon Apr 17 23:48:22 2000
|
|
@@ -78,7 +78,11 @@
|
|
|
|
|
|
#ifdef _CURSES_
|
|
+#if defined(__FreeBSD_version) && __FreeBSD_version < 400010
|
|
+#include <ncurses/curses.h>
|
|
+#else
|
|
#include <curses.h>
|
|
+#endif
|
|
#define _2B(x) (((x) & 0xff) << 8)
|
|
/* #define KE_ENTER _2B(KEY_ENTER) */
|
|
#define KE_BKSPACE _2B(KEY_BACKSPACE)
|