Add a spiffy progress meter.

-Erik
This commit is contained in:
Eric Andersen
2000-10-03 00:21:45 +00:00
parent 25b669c144
commit b520e083e0
3 changed files with 461 additions and 40 deletions

View File

@@ -263,6 +263,9 @@
// compiled into the binary. (needs /proc filesystem)
// #define BB_FEATURE_INSTALLER
//
// Enable a nifty progress meter in wget (adds just under 2k)
//#define BB_FEATURE_STATUSBAR
//
// Clean up all memory before exiting -- usually not needed
// as the OS can clean up... Don't enable this unless you
// have a really good reason for cleaning things up manually.