reader_autoscroll  230 core/conf.c        CONF_INFO(112, conf.reader_autoscroll,                      CONF_DEF_VALUE, i:0),
reader_autoscroll  687 core/gui.c         MENU_ITEM(0x5c,LANG_MENU_READ_AUTOSCROLL,         MENUITEM_BOOL,    &conf.reader_autoscroll, 0 ),
reader_autoscroll  231 include/conf.h     int  reader_autoscroll;
reader_autoscroll   63 modules/gui_read.c                   (conf.reader_autoscroll)?((pause)?'\x05':'\x04'):'\x03', MAKE_COLOR(COLOR_BLACK, COLOR_WHITE)); //title infoline
reader_autoscroll  135 modules/gui_read.c     if (conf.reader_autoscroll && !pause && get_tick_count()-last_time >= conf.reader_autoscroll_delay*1000 && (conf.reader_pos+read_on_screen)<read_file_size)