Better ability to mod main prompt

This commit is contained in:
Bryan Ashby 2016-09-04 11:42:20 -06:00
parent 354548ed66
commit ed683189f8
1 changed files with 12 additions and 9 deletions

View File

@ -59,16 +59,19 @@
} }
} }
"menuCommand" : { menuCommand: {
art: MNUPRMT art: MNUPRMT
"mci" : { mci: {
"ET2" : { TL1: {
"argName" : "command", // theme me!
"width" : 20, }
"maxLength" : 20, ET2: {
"submit" : true, argName: command
"textStyle" : "U", width: 20
"focus" : true maxLength: 20
submit: true
textStyle: upper
focus: true
} }
} }
}, },