I noticed the format for listing external programs on the menu is:
"\1h\1c%3u \xb3 \1n\1c%-32.32s\1h " 383 XtrnProgLstFmt
And the code is doing this:
printf(options.multicolumn_fmt, j+1
,prog_list[j].name
,prog_list[j].cost);
So its passing cost in, but not displaying it. Is this intended?
Since I am rewriting this part, I just need to know if its something I should bother to support or not.
| Sysop: | Eric Oulashin |
|---|---|
| Location: | Beaverton, Oregon, USA |
| Users: | 127 |
| Nodes: | 16 (1 / 15) |
| Uptime: | 492694:21:11 |
| Calls: | 7,917 |
| Calls today: | 4 |
| Files: | 9,405 |
| D/L today: |
576 files (686M bytes) |
| Messages: | 400,594 |
| Posted today: | 1 |