mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-02 07:51:52 +02:00
* WIP on MaskEditTextView stuff. Nothing major yet
This commit is contained in:
parent
d9ea295859
commit
e62d146075
4 changed files with 64 additions and 16 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue