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
370 B
Plaintext
16 lines
370 B
Plaintext
--- lib/sysdep/generic/unix/vio.c Fri Mar 3 11:08:20 2000
|
|
+++ lib/sysdep/generic/unix/vio.c Sat Mar 4 15:36:46 2000
|
|
@@ -32,8 +32,11 @@
|
|
#define VMAX_Y 100
|
|
|
|
#ifdef HAVE_NCURSES
|
|
-
|
|
+#if defined(__FreeBSD_version) && __FreeBSD_version < 400010
|
|
+#include <ncurses/curses.h>
|
|
+#else
|
|
#include <curses.h>
|
|
+#endif
|
|
|
|
const static int __ncurses_color[8] = {
|
|
COLOR_BLACK,
|