(prod): Widen column will make so that product p_sname is not
truncated.
This commit is contained in:
parent
c46c6cf87e
commit
43d07b458d
1 changed files with 4 additions and 6 deletions
|
@ -284,7 +284,7 @@ prod(void)
|
||||||
|
|
||||||
if (nsect++ == 0) {
|
if (nsect++ == 0) {
|
||||||
pr("PRODUCTION SIMULATION\n");
|
pr("PRODUCTION SIMULATION\n");
|
||||||
pr(" sect des eff will make p.e. cost use1 use2 use3 max1 max2 max3 max\n");
|
pr(" sect des eff will make p.e. cost use1 use2 use3 max1 max2 max3 max\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
prxy("%4d,%-4d", nstr.x, nstr.y, player->cnum);
|
prxy("%4d,%-4d", nstr.x, nstr.y, player->cnum);
|
||||||
|
@ -334,14 +334,12 @@ prod(void)
|
||||||
if (natp->nat_priorities[type] == 0) {
|
if (natp->nat_priorities[type] == 0) {
|
||||||
maxmil = 0;
|
maxmil = 0;
|
||||||
}
|
}
|
||||||
pr(" %5d mil 1.00 $%-5d%4dc",
|
pr(" %5d mil 1.00 $%-5d%4dc %4dc %5d\n",
|
||||||
enlisted, enlisted * 3, enlisted);
|
enlisted, enlisted * 3, enlisted, enlisted, maxmil);
|
||||||
pr(" %4dc %5d\n",
|
|
||||||
enlisted, maxmil);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
pr(" %-5.5s", pp->p_sname);
|
pr(" %-7.7s", pp->p_sname);
|
||||||
pr(" %.2f", prodeff);
|
pr(" %.2f", prodeff);
|
||||||
pr(" $%-5d", cost);
|
pr(" $%-5d", cost);
|
||||||
for (i = 0; i < 3; i++) {
|
for (i = 0; i < 3; i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue