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
"mci" : {
"ET2" : {
"argName" : "command",
"width" : 20,
"maxLength" : 20,
"submit" : true,
"textStyle" : "U",
"focus" : true
mci: {
TL1: {
// theme me!
}
ET2: {
argName: command
width: 20
maxLength: 20
submit: true
textStyle: upper
focus: true
}
}
},