JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
CursesFWD.h
Go to the documentation of this file.
1 //
2 // Created by Nico on 16/05/2019.
3 //
4 
5 #ifndef JODA_CURSESFWD_H
6 #define JODA_CURSESFWD_H
7 
8 #define JODA_JSON_OUTPUT_COLOR_NUMBER 1
9 #define JODA_JSON_OUTPUT_COLOR_STRING 2
10 #define JODA_JSON_OUTPUT_COLOR_BOOL 3
11 #define JODA_JSON_OUTPUT_COLOR_NULL 4
12 #define JODA_JSON_OUTPUT_COLOR_KEY 5
13 
14 #ifdef JODA_CURSES_SIMPLE_HEADER
15 #include <curses.h>
16 #include <ncurses.h>
17 #else
18 #include <ncursesw/curses.h>
19 #include <ncursesw/ncurses.h>
20 #endif
21 
22 #endif // JODA_CURSESFWD_H