sync with rpm4 branch: fancyPercents: forgotten lines

This commit is contained in:
Дмитрий Левин 2002-03-26 15:24:50 +00:00
parent 8d7d267633
commit 2d7975f990

View File

@ -32,6 +32,11 @@ static int progressTotal = 0;
/*@unchecked@*/
static int progressCurrent = 0;
static int checkedTTY = 0;
static int countWidth = 0;
static int nameWidth = 29;
static int hashesTotal = 50;
static void checkTTY( void )
{
struct winsize ws;