aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/keys.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-03-11 11:53:51 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-03-11 11:53:51 -0400
commitb5f2447ac8cf59bfba1118dcc9a24b9ae7c6b904 (patch)
treec8ede491b516d6e8a8ba7c965d9bf25960fd7b72 /core/keys.lua
parentac016d43a7fbabe0d0af96eeda30e70f5995ea13 (diff)
Temporarily restore definition of `keys.LANGUAGE_MODULE_PREFIX`.
This is to avoid 3rd party language module breakage in 7.x. Will be removed in 8.0.
Diffstat (limited to 'core/keys.lua')
-rw-r--r--core/keys.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/keys.lua b/core/keys.lua
index 5dfa50ae..e55f71d0 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -113,6 +113,7 @@ module('keys')]]
local CTRL, ALT, META, SHIFT = 'c', not CURSES and 'a' or 'm', 'm', 's'
M.CLEAR = 'esc'
+M.LANGUAGE_MODULE_PREFIX = (not OSX and not CURSES and CTRL or META)..'l'
---
-- Lookup table for string representations of key codes higher than 255.