* WIP on MaskEditTextView stuff. Nothing major yet

This commit is contained in:
Bryan Ashby 2015-05-27 17:27:36 -06:00
parent d9ea295859
commit e62d146075
4 changed files with 64 additions and 16 deletions

View file

@ -41,8 +41,13 @@ var ESC_CSI = '\u001b[';
var CONTROL = {
up : 'A',
down : 'B',
forward : 'C',
right : 'C',
back : 'D',
left : 'D',
nextLine : 'E',
prevLine : 'F',
horizAbsolute : 'G',