1 #ifndef __TUI_H__ 2 #define __TUI_H__ 3 4 void tui_reset_input_mode(void); 5 void tui_set_input_mode (void); 6 7 #endif