/* * interface ncurses pour dd2 monitoring */ int fond_ecran(char *titre); WINDOW * open_waterfall(char *title, int flags); int plot_waterfall(WINDOW *wf, int flags, float values[4]); int close_waterfall(WINDOW *wf, int notused);