Changes to better support 40 column

This commit is contained in:
Nathan Byrd 2023-09-18 22:42:32 +00:00
parent 7c2cdd3be5
commit 36254a1f40
11 changed files with 6 additions and 3 deletions

View File

@ -100,7 +100,7 @@
VM1: { VM1: {
height: 10 height: 10
width: 20 width: 20
itemFormat: "|00|11{userName:<12}|08: |03{oneliner:<59.59}" itemFormat: "|00|11{userName:<12.12} |03{oneliner:<24.24}"
} }
TM2: { TM2: {
focusTextStyle: first lower focusTextStyle: first lower
@ -724,7 +724,7 @@
VM1: { VM1: {
height: 10, height: 10,
width: 20 width: 20
itemFormat: "|00|11{userName:<17.16} |03{location:<20.19} |11{affils:<18.17} |03{ts:<15}" itemFormat: "|00|11{userName:<19.18} |03{ts:>18}"
} }
} }
} }
@ -734,7 +734,7 @@
VM1: { VM1: {
height: 10, height: 10,
width: 20 width: 20
itemFormat: "|00|03{node:<6.6}|11{userName:<17.17}|03{affils:<19.19}|11{action:<20.20}|03{timeOn:<8}" itemFormat: "|00|11{userName:<19.18} |03{timeOn:>20}"
} }
} }
} }

View File

@ -5,6 +5,7 @@
art: DOORMNU art: DOORMNU
prompt: menuCommand prompt: menuCommand
config: { config: {
trailingLF: no
interrupt: realtime interrupt: realtime
} }
submit: [ submit: [

View File

@ -78,6 +78,7 @@
prompt: menuCommand prompt: menuCommand
config: { config: {
font: cp437 font: cp437
trailingLF: no
interrupt: realtime interrupt: realtime
} }
submit: [ submit: [

View File

@ -5,6 +5,7 @@
art: MAILMNU art: MAILMNU
prompt: menuCommand prompt: menuCommand
config: { config: {
trailingLF: no
interrupt: realtime interrupt: realtime
} }
submit: [ submit: [