summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-12-05 17:15:09 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-12-05 17:16:05 +0100
commit20f3194591bb9cfaa2f40a1ad27451e5f030a47b (patch)
tree7754695ffc2ae48363a067d2de340de5dbd5e3f2 /crawl-ref/docs
parent2cb7160608f187600df6d60d9b5f07ac4ced5479 (diff)
downloadcrawl-ref-20f3194591bb9cfaa2f40a1ad27451e5f030a47b.tar.gz
crawl-ref-20f3194591bb9cfaa2f40a1ad27451e5f030a47b.zip
Document maximal viewport settings.
Going over the limits causes startup warnings now because the code uses INT_OPTION.
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/options_guide.txt4
1 files changed, 2 insertions, 2 deletions
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.