From f6202329f81eba43835b3449f3d93d9a8de52d6f Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 4 Apr 2007 11:13:26 +0000 Subject: Allow */' to work in targeting (/+dir no longer selects a direction in Unix, I can live with that). Upped monster MR slightly, weakened ensorcelled hibernation. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1217 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/libutil.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/libutil.h') diff --git a/crawl-ref/source/libutil.h b/crawl-ref/source/libutil.h index c790705b7d..3cd5c6c5c9 100644 --- a/crawl-ref/source/libutil.h +++ b/crawl-ref/source/libutil.h @@ -24,7 +24,8 @@ void cursorxy(int x, int y); // Converts a key to a direction key, converting keypad and other sequences // to vi key sequences (shifted/control key directions are also handled). Non // direction keys (hopefully) pass through unmangled. -int unmangle_direction_keys(int keyin, int keymap = 0); +int unmangle_direction_keys(int keyin, int keymap = 0, + bool fake_ctrl = true, bool fake_shift = true); void lowercase(std::string &s); void uppercase(std::string &s); -- cgit v1.2.3-54-g00ecf