From c7739c0503400ee99650042fc2b0d5982a888621 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Wed, 4 Jul 2018 18:49:26 -0600 Subject: [PATCH] * Clean up themes a bit more with new features * Theme related work for deleting user messages --- .../luciano_blocktronics/MSGDELPMPT.ANS | Bin 0 -> 197 bytes art/themes/luciano_blocktronics/MSGLIST.ANS | Bin 2249 -> 2264 bytes art/themes/luciano_blocktronics/NEWMSGS.ANS | Bin 2312 -> 2312 bytes art/themes/luciano_blocktronics/theme.hjson | 9 +++++++++ config/prompt.hjson | 13 +++++++++++++ 5 files changed, 22 insertions(+) create mode 100644 art/themes/luciano_blocktronics/MSGDELPMPT.ANS diff --git a/art/themes/luciano_blocktronics/MSGDELPMPT.ANS b/art/themes/luciano_blocktronics/MSGDELPMPT.ANS new file mode 100644 index 0000000000000000000000000000000000000000..74713b1f548e89ed4a303e8a421d6310661ea6ee GIT binary patch literal 197 zcmb1+Hn29dHZia^HpsQIvXYKA$W@SzHa5#mNzF+uNma;AEiO(>PnC`~1gWqG$^n&{ z<*J7G8Un?@G?!GcW2m#Mfq??`fRTZrg@Ku|fhz+810!Pq10#?I0%1=lUxhGtM+gs2 F0stf3A(j9D literal 0 HcmV?d00001 diff --git a/art/themes/luciano_blocktronics/MSGLIST.ANS b/art/themes/luciano_blocktronics/MSGLIST.ANS index e1e0ddf86c304f43a5d013de1c28e9a6b0bbad54..b67b31a6746fb981bbc768d3b07c89fb036c5cbb 100644 GIT binary patch delta 72 zcmX>pctdc)VLd|w>1cyo>1cCj>1ac1V}sn=x49H<-v$XPNJkqR<*G(R8UY#RKs9ET Y8z0FsF^Bk=Zf0U$$jVqSc?pLq09xl3V*mgE delta 49 zcmca1cv5h}VPPZbXme-jXoFk@>1ac1V}sn=wJXZ6n9I;WI@%ytI@;WM<5_DC07>o!w*UYD delta 21 ccmeAW>JXZ6n9E2y+T2+>+8|e9<5_DC07;_;r~m)} diff --git a/art/themes/luciano_blocktronics/theme.hjson b/art/themes/luciano_blocktronics/theme.hjson index abb15955..6a36ae05 100644 --- a/art/themes/luciano_blocktronics/theme.hjson +++ b/art/themes/luciano_blocktronics/theme.hjson @@ -209,10 +209,12 @@ messageAreaMessageList: { config: { dateTimeFormat: ddd MMM Do + allViewsInfoFormat10: "|00|15{msgNumSelected:>4.4} |08/ |15{msgNumTotal:<4.4}" } mci: { VM1: { height: 14 + width: 70 itemFormat: "|00|15{msgNum:>4} |03{subject:<28.27} |11{fromUserName:<20.20} |03{ts} |15{newIndicator}" focusItemFormat: "|00|19|15{msgNum:>4} {subject:<28.27} {fromUserName:<20.20} {ts} {newIndicator}" } @@ -261,13 +263,18 @@ mailMenuInbox: { config: { dateTimeFormat: ddd MMM Do + allViewsInfoFormat10: "|00|15{msgNumSelected:>4.4} |08/ |15{msgNumTotal:<4.4}" } mci: { VM1: { height: 14 + width: 70 itemFormat: "|00|15{msgNum:>4} |03{subject:<28.27} |11{fromUserName:<20.20} |03{ts} |15{newIndicator}" focusItemFormat: "|00|19|15{msgNum:>4} {subject:<28.27} {fromUserName:<20.20} {ts} {newIndicator}" } + XY2: { + width: 30 + } } } @@ -468,10 +475,12 @@ newScanMessageList: { config: { dateTimeFormat: ddd MMM Do + allViewsInfoFormat10: "|00|15{msgNumSelected:>4.4} |08/ |15{msgNumTotal:<4.4}" } mci: { VM1: { height: 14 + width: 70 itemFormat: "|00|15 {msgNum:<5.5}|03{subject:<28.27} |15{fromUserName:<20.20} {ts}" focusItemFormat: "|00|19> |15{msgNum:<5.5}{subject:<28.27} {fromUserName:<20.20} {ts}" } diff --git a/config/prompt.hjson b/config/prompt.hjson index b6bf6691..b165fbd5 100644 --- a/config/prompt.hjson +++ b/config/prompt.hjson @@ -133,6 +133,19 @@ } }, + deleteMessageFromListPrompt: { + art: MSGDELPMPT + mci: { + TM1: { + argName: promptValue + items: [ "yes", "no" ] + focus: true + hotKeys: { Y: 0, N: 1 } + hotKeySubmit: true + } + } + } + "newAreaPostPrompt" : { "art" : "message_area_new_post", "mci" : {