committer: mfx <mfx> 1050612607 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-04-17 20:50:07 +00:00
parent 390cdbba2d
commit 5c7bca5b3e
20 changed files with 80 additions and 162 deletions
+4 -2
View File
@@ -109,7 +109,9 @@ static char progress_filler[] = ".*[]";
static void init_global_constants(void)
{
#ifdef __MSDOS__
#if 0 && (ACC_OS_DOS16 || ACC_OS_DOS32)
// FIXME: should test codepage here
static bool done = false;
if (done)
return;
@@ -193,7 +195,7 @@ UiPacker::UiPacker(const Packer *p_) :
if (opt->verbose < 0)
s->mode = M_QUIET;
else if (opt->verbose == 0 || !isatty(STDOUT_FILENO))
else if (opt->verbose == 0 || !acc_isatty(STDOUT_FILENO))
s->mode = M_INFO;
else if (opt->verbose == 1 || opt->no_progress)
s->mode = M_MSG;