| 760 | } |
| 761 | |
| 762 | int screen_buffer_display(WINDOW *window, const char *options_org, const struct MenuItem *menuItems) |
| 763 | { |
| 764 | unsigned int menu=0; |
| 765 | return screen_buffer_display_ext(window,options_org,menuItems,&menu); |
| 766 | } |
| 767 | |
| 768 | #define INTER_ANALYSE_X 0 |
| 769 | #define INTER_ANALYSE_Y 8 |
no test coverage detected