Changes to better support 40 column
This commit is contained in:
parent
7c2cdd3be5
commit
36254a1f40
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
art: DOORMNU
|
art: DOORMNU
|
||||||
prompt: menuCommand
|
prompt: menuCommand
|
||||||
config: {
|
config: {
|
||||||
|
trailingLF: no
|
||||||
interrupt: realtime
|
interrupt: realtime
|
||||||
}
|
}
|
||||||
submit: [
|
submit: [
|
||||||
|
|
|
@ -78,6 +78,7 @@
|
||||||
prompt: menuCommand
|
prompt: menuCommand
|
||||||
config: {
|
config: {
|
||||||
font: cp437
|
font: cp437
|
||||||
|
trailingLF: no
|
||||||
interrupt: realtime
|
interrupt: realtime
|
||||||
}
|
}
|
||||||
submit: [
|
submit: [
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
art: MAILMNU
|
art: MAILMNU
|
||||||
prompt: menuCommand
|
prompt: menuCommand
|
||||||
config: {
|
config: {
|
||||||
|
trailingLF: no
|
||||||
interrupt: realtime
|
interrupt: realtime
|
||||||
}
|
}
|
||||||
submit: [
|
submit: [
|
||||||
|
|
Loading…
Reference in New Issue