mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
864f7eed85
hexadecimal and disassembler modes. The program also has text viewer with different Russia codepages support (Windows-1251, MSDOS-866, etc.). PR: 17186 Submitted by: Michael Vasilenko <acid@stu.cn.ua>
16 lines
376 B
Plaintext
16 lines
376 B
Plaintext
--- lib/sysdep/generic/unix/kbd_code.h Fri Mar 3 11:02:00 2000
|
|
+++ lib/sysdep/generic/unix/kbd_code.h Sat Mar 4 15:59:28 2000
|
|
@@ -58,8 +58,11 @@
|
|
*/
|
|
|
|
#ifdef HAVE_NCURSES
|
|
-
|
|
+#if defined(__FreeBSD_version) && __FreeBSD_version < 400010
|
|
+#include <ncurses/curses.h>
|
|
+#else
|
|
#include <curses.h>
|
|
+#endif
|
|
|
|
/*
|
|
All non-symbol keys (function keys, arrows, etc) must be xx00
|