• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef MAINLOOP_H_INCLUDED
2 #define MAINLOOP_H_INCLUDED
3 
4 #include CURSESINC
5 
6 void initialize_curses(bool use_color, bool use_mouse);
7 void mainloop(void);
8 void app_shutdown(void);
9 
10 #endif
11