summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-04-01 01:00:14 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-04-01 01:00:14 +0200
commit452ff385766f7f82e4ff92f319dd3a284795fd2e (patch)
tree35f3bfd02c4d16d05cda2126aaf82dd945690686 /crawl-ref/source/state.h
parent778a975c1cf474d6c585d2177956daff30cffc24 (diff)
parent5485922b1f7b6c4e369d0b885ccfbff0e6e0d850 (diff)
downloadcrawl-ref-452ff385766f7f82e4ff92f319dd3a284795fd2e.tar.gz
crawl-ref-452ff385766f7f82e4ff92f319dd3a284795fd2e.zip
Merge branch 'unicode'.
There are some issues left, like incorrect wrapping in some cases, but we can fix them later.
Diffstat (limited to 'crawl-ref/source/state.h')
-rw-r--r--crawl-ref/source/state.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/state.h b/crawl-ref/source/state.h
index 6e2578eeb0..02c43f6bcf 100644
--- a/crawl-ref/source/state.h
+++ b/crawl-ref/source/state.h
@@ -65,14 +65,10 @@ struct game_state
std::vector<std::string> tests_selected; // Tests to be run.
std::vector<std::string> script_args; // Arguments to scripts.
- bool unicode_ok; // Is unicode support available?
-
bool show_more_prompt; // Set to false to disable --more-- prompts.
std::string sprint_map; // Sprint map set on command line, if any.
- std::string (*glyph2strfn)(unsigned glyph);
- int (*multibyte_strlen)(const std::string &s);
void (*terminal_resize_handler)();
void (*terminal_resize_check)();