mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-06 01:35:04 +02:00
* Use pre-release of string-format with Python like widths/etc.
* Very minor updates to message list
This commit is contained in:
parent
0fd9df3821
commit
a6cd6bd3b9
3 changed files with 10 additions and 16 deletions
|
@ -530,8 +530,7 @@
|
|||
},
|
||||
"messageAreaMessageList" : {
|
||||
"module" : "msg_list",
|
||||
"art" : "msg_list",
|
||||
"fallback" : "messageArea",
|
||||
"art" : "msg_list"
|
||||
"config" : {
|
||||
"listType" : "public"
|
||||
},
|
||||
|
@ -556,7 +555,7 @@
|
|||
},
|
||||
"actionKeys" : [
|
||||
{
|
||||
"keys" : [ "escape" ],
|
||||
"keys" : [ "escape", "q", "shift + q" ],
|
||||
"action" : "@menu:messageArea"
|
||||
}
|
||||
]
|
||||
|
@ -710,11 +709,9 @@
|
|||
focus: true
|
||||
}
|
||||
ET3: {
|
||||
//width: 27
|
||||
argName: subject
|
||||
maxLength: 72
|
||||
submit: true
|
||||
//textOverflow: ...
|
||||
}
|
||||
TL4: {
|
||||
// :TODO: this is for RE: line (NYI)
|
||||
|
@ -733,10 +730,10 @@
|
|||
1: {
|
||||
mci: {
|
||||
MT1: {
|
||||
width: 79
|
||||
height: 14
|
||||
argName: message
|
||||
mode: edit
|
||||
width: 79
|
||||
height: 14
|
||||
argName: message
|
||||
mode: edit
|
||||
}
|
||||
}
|
||||
submit: {
|
||||
|
@ -767,7 +764,6 @@
|
|||
{
|
||||
value: { 1: 1 }
|
||||
action: @systemMethod:fallbackMenu
|
||||
//action: @method:replyDiscard
|
||||
}
|
||||
{
|
||||
value: { 1: 2 },
|
||||
|
@ -791,7 +787,6 @@
|
|||
}
|
||||
{
|
||||
keys: [ "d", "shift + d" ]
|
||||
//action: @method:replyDiscard
|
||||
action: @systemMethod:fallbackMenu
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue