Better ability to mod main prompt
This commit is contained in:
parent
354548ed66
commit
ed683189f8
|
@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue