Add Luciano art for message search
This commit is contained in:
parent
49c10ed3de
commit
f8bbc23951
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -406,6 +406,49 @@
|
|||
}
|
||||
}
|
||||
|
||||
messageSearch: {
|
||||
0: {
|
||||
mci: {
|
||||
ET1: {
|
||||
width: 42
|
||||
}
|
||||
BT2: {
|
||||
focusTextStyle: upper
|
||||
}
|
||||
SM3: {
|
||||
width: 42
|
||||
}
|
||||
SM4: {
|
||||
width: 42
|
||||
}
|
||||
ET5: {
|
||||
width: 42
|
||||
}
|
||||
ET6: {
|
||||
width: 42
|
||||
}
|
||||
BT7: {
|
||||
focusTextStyle: upper
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
messageAreaSearchMessageList: {
|
||||
config: {
|
||||
allViewsInfoFormat10: "|00|15{msgNumSelected:>4.4} |08/ |15{msgNumTotal:<4.4}"
|
||||
// Fri Sep 25th
|
||||
dateTimeFormat: ddd MMM Do
|
||||
}
|
||||
mci: {
|
||||
VM1: {
|
||||
height: 14
|
||||
width: 71
|
||||
itemFormat: "|00|15 {msgNum:<4.4} |03{subject:<27.26} |07{toUserName:<13.12} {fromUserName:<13.12} |03{ts:<12.12}"
|
||||
focusItemFormat: "|00|19> |15{msgNum:<4.4} {subject:<27.26} {toUserName:<13.12} {fromUserName:<13.12} {ts:<12.12}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
messageAreaViewPost: {
|
||||
0: {
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
// Modern Windows (Win10+)
|
||||
// * https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences
|
||||
//
|
||||
// VT100
|
||||
// * http://www.noah.org/python/pexpect/ANSI-X3.64.htm
|
||||
//
|
||||
// VTX
|
||||
// * https://github.com/codewar65/VTX_ClientServer/blob/master/vtx.txt
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue