Home
last modified time | relevance | path

Searched refs:help_screen_top (Results 1 – 1 of 1) sorted by relevance

/dports/audio/moc/moc-2.5.2/
H A Dinterface_elements.c144 int help_screen_top; /* first visible line of the help screen. */ member
994 w->help_screen_top = 0; in main_win_init()
1751 max_lines = w->help_screen_top + LINES - 6; in main_win_draw_help_screen()
1759 if (w->help_screen_top != 0) { in main_win_draw_help_screen()
1766 for (i = w->help_screen_top; i < max_lines && i < help_lines; i++) { in main_win_draw_help_screen()
2172 if (w->help_screen_top + LINES - 5 <= help_lines) in main_win_handle_help_key()
2173 w->help_screen_top++; in main_win_handle_help_key()
2178 if (w->help_screen_top > 0) in main_win_handle_help_key()
2179 w->help_screen_top--; in main_win_handle_help_key()