summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libunix.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-10 09:29:22 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-10 09:29:22 +0000
commit43501a5b2ed3fd7ae8fb2502b1153af7a8192e76 (patch)
tree5211872b47f1bf1e97cee0be72d0edb897ebd359 /crawl-ref/source/libunix.cc
parent18092af0ef3d2972919f65cbe34c93a00b756d65 (diff)
downloadcrawl-ref-43501a5b2ed3fd7ae8fb2502b1153af7a8192e76.tar.gz
crawl-ref-43501a5b2ed3fd7ae8fb2502b1153af7a8192e76.zip
Tweaks to build with Unicode support on Mac OS. Unfortunately none of the
widely-used Mac terminal emulators has a clue on how to handle Unicode block characters (Terminal.app, iTerm, Terminator,...; they all suck), so Mac Unicode lovers will probably need to run X and urxvt or something along those lines. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1567 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/libunix.cc')
-rw-r--r--crawl-ref/source/libunix.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/libunix.cc b/crawl-ref/source/libunix.cc
index b26397113a..9dbf1db8e0 100644
--- a/crawl-ref/source/libunix.cc
+++ b/crawl-ref/source/libunix.cc
@@ -63,6 +63,7 @@ static struct termios game_term;
// Its best if curses comes at the end (name conflicts with Solaris). -- bwr
#ifndef CURSES_INCLUDE_FILE
+ #define _XOPEN_SOURCE_EXTENDED
#include <curses.h>
#else
#include CURSES_INCLUDE_FILE