scrolly           870 modules/file_shelter.c static unsigned scrolly;
scrolly           945 modules/file_shelter.c         if (scrolly < sizeof(help1)/sizeof(char*)-1) {
scrolly           946 modules/file_shelter.c             scrolly++;
scrolly           949 modules/file_shelter.c             scrolly = 0;
scrolly           954 modules/file_shelter.c         if (scrolly > 0) {
scrolly           955 modules/file_shelter.c             scrolly--;
scrolly           958 modules/file_shelter.c             scrolly = sizeof(help1)/sizeof(char*)-1;
scrolly           992 modules/file_shelter.c     scrolly = 0;
scrolly          1104 modules/file_shelter.c                 if (scrolly+y < sizeof(help1)/sizeof(char*)) {
scrolly          1105 modules/file_shelter.c                     draw_string(camera_screen.disp_left, (5+y)*FONT_HEIGHT, help1[scrolly+y], MAKE_COLOR(COLOR_BLACK, COLOR_GREY));