#include #ifdef HAVE_CURSES_H #include #include #include int I_v_exec() { V_intrpt_ok(); if (!V_call()) exit(0); return 0; } #endif