summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/options_guide.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/docs/options_guide.txt')
-rw-r--r--crawl-ref/docs/options_guide.txt19
1 files changed, 13 insertions, 6 deletions
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index d263188a88..f70401d084 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -92,12 +92,13 @@ The contents of this text are:
tile_mapped_wall_col, tile_door_col, tile_downstairs_col,
tile_upstairs_col, tile_feature_col, tile_trap_col,
tile_water_col, tile_lava_col, tile_excluded_col,
- tile_excl_centre_col, tile_key_repeat_delay, tile_tooltip_ms,
- tile_tag_pref, tile_window_width, tile_window_height,
- tile_map_pixels, tile_full_screen, tile_font_crt_file,
- tile_font_stat_file, tile_font_msg_file, tile_font_tip_file,
- tile_font_lbl_file, tile_font_crt_size, tile_font_stat_size,
- tile_font_msg_size, tile_font_tip_size, tile_font_lbl_size
+ tile_excl_centre_col, tile_update_rate, tile_key_repeat_delay,
+ tile_tooltip_ms, tile_tag_pref, tile_full_screen,
+ tile_window_width, tile_window_height, tile_map_pixels,
+ tile_font_crt_file, tile_font_stat_file, tile_font_msg_file,
+ tile_font_tip_file, tile_font_lbl_file, tile_font_crt_size,
+ tile_font_stat_size, tile_font_msg_size, tile_font_tip_size,
+ tile_font_lbl_size
5- Character Dump.
5-a Items and Kills.
kill_map, dump_kill_places, dump_item_origins,
@@ -1637,6 +1638,12 @@ the dungeon level.
tile_floor_col and tile_item_col, only)
tile_window_col - colour of the rectangular view window
+tile_update_rate = 1000
+ The number of milliseconds that tick by before the screen is redrawn
+ without any input. If game response is slow, try increasing this
+ number. If, on the other hand, response time is fine but it takes too
+ long for redrawings to happen, set it to a lower value.
+
tile_key_repeat_delay = 200
If you hold down a key, there's a delay until the pressed key will
take action. This option controls this delay, in milliseconds. If it