lualoader: Convert instances of KEYSTR_ESCAPE .. "[" -> KEYSTR_CSI

This commit is contained in:
Kyle Evans
2018-02-27 22:02:39 +00:00
parent 3049d4ccc0
commit 2bb86aefec
3 changed files with 13 additions and 12 deletions
+1
View File
@@ -47,6 +47,7 @@ core.KEY_ENTER = 13
core.KEY_DELETE = 127
core.KEYSTR_ESCAPE = "\027"
core.KEYSTR_CSI = core.KEYSTR_ESCAPE .. "["
core.MENU_RETURN = "return"
core.MENU_ENTRY = "entry"