summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-05-04 16:33:35 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-05-05 02:35:55 +0200
commit355792f6139697a2b2c253a7c68be7bb81880ce4 (patch)
treede0a497dc3ed7ac889aab27b696c6ac5d6f8a7ad /crawl-ref/source/defines.h
parenta9c41da812889f5fae22f77b134be9f8373d856b (diff)
downloadcrawl-ref-355792f6139697a2b2c253a7c68be7bb81880ce4.tar.gz
crawl-ref-355792f6139697a2b2c253a7c68be7bb81880ce4.zip
Allow running Crawl on a 79x25 terminal.
On osso-xterm, there's a huge jump in readability between this font size and the next smaller, and I find myself developing on N900 way too much to stand constant switches. I wonder what the tinyterm crowd will do now that 80x24 is not the smallest possible anymore. They'll have to declare that "hugeterm" and skip all old games, probably.
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index 436c25a1ac..0e4b8cddeb 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -9,7 +9,7 @@
#define DEFINES_H
// Minimum terminal size allowed.
-#define MIN_COLS 80
+#define MIN_COLS 79
#define MIN_LINES 24
#define NUM_MONSTER_SPELL_SLOTS 6