The curses build does not compile on Linux. GCC error:
PlatformCode/curses-platform.c: In function ‘curses_plotChar’:
PlatformCode/curses-platform.c:78:2: error: duplicate case value
case MOLOCH_CHAR: ch = '&'; break;
^~~~
PlatformCode/curses-platform.c:77:2: note: previously used here
case STATUE_CHAR: ch = '5'; break;
^~~~
The curses build does not compile on Linux. GCC error: