diff --git a/art/themes/luciano_blocktronics/MSEARCH.ANS b/art/themes/luciano_blocktronics/MSEARCH.ANS new file mode 100644 index 00000000..0e6a7afd Binary files /dev/null and b/art/themes/luciano_blocktronics/MSEARCH.ANS differ diff --git a/art/themes/luciano_blocktronics/MSRCHLST.ANS b/art/themes/luciano_blocktronics/MSRCHLST.ANS new file mode 100644 index 00000000..4a9982ff Binary files /dev/null and b/art/themes/luciano_blocktronics/MSRCHLST.ANS differ diff --git a/art/themes/luciano_blocktronics/MSRCNORES.ANS b/art/themes/luciano_blocktronics/MSRCNORES.ANS new file mode 100644 index 00000000..81464593 Binary files /dev/null and b/art/themes/luciano_blocktronics/MSRCNORES.ANS differ diff --git a/art/themes/luciano_blocktronics/theme.hjson b/art/themes/luciano_blocktronics/theme.hjson index bd9de965..ee555c1a 100644 --- a/art/themes/luciano_blocktronics/theme.hjson +++ b/art/themes/luciano_blocktronics/theme.hjson @@ -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: { diff --git a/core/ansi_term.js b/core/ansi_term.js index 20cc1d78..cac29681 100644 --- a/core/ansi_term.js +++ b/core/ansi_term.js @@ -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 //