From 20f3194591bb9cfaa2f40a1ad27451e5f030a47b Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sat, 5 Dec 2009 17:15:09 +0100 Subject: Document maximal viewport settings. Going over the limits causes startup warnings now because the code uses INT_OPTION. --- crawl-ref/docs/options_guide.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/docs') diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt index 63671be47b..840f632ced 100644 --- a/crawl-ref/docs/options_guide.txt +++ b/crawl-ref/docs/options_guide.txt @@ -716,12 +716,12 @@ viewport. (These options are not fully available on DOS.) None of these options affects gameplay. In particular, your character's line-of-sight is unaffected by these options. -view_max_width = 33 +view_max_width = 33 (max 81) Sets the maximum width of the viewport (defaults to 33). Making this larger will allow Crawl to show a wider viewport on larger terminals. -view_max_height = 17 +view_max_height = 17 (max 71) Similar to view_max_width, but sets the viewport's maximum height. -- cgit v1.2.3-54-g00ecf