diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:26 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:26 +0000 |
commit | d7827acababa05db7e901d2dfeb27538ef6a6142 (patch) | |
tree | a6a79c3cdeea76b81fa50335ee8306327fe888cf /cmdline/acqprogress.h | |
parent | 7a7fa5f07e59bd17415cb0321d1f98527c2cfea4 (diff) |
winch support
Author: jgg
Date: 1998-11-12 05:30:07 GMT
winch support
Diffstat (limited to 'cmdline/acqprogress.h')
-rw-r--r-- | cmdline/acqprogress.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmdline/acqprogress.h b/cmdline/acqprogress.h index 898eddeca..9dd5c60cf 100644 --- a/cmdline/acqprogress.h +++ b/cmdline/acqprogress.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acqprogress.h,v 1.1 1998/11/11 23:45:55 jgg Exp $ +// $Id: acqprogress.h,v 1.2 1998/11/12 05:30:09 jgg Exp $ /* ###################################################################### Acquire Progress - Command line progress meter @@ -14,7 +14,7 @@ class AcqTextStatus : public pkgAcquireStatus { - unsigned int ScreenWidth; + unsigned int &ScreenWidth; char BlankLine[300]; unsigned long ID; unsigned long Quiet; @@ -30,7 +30,7 @@ class AcqTextStatus : public pkgAcquireStatus void Pulse(pkgAcquire *Owner); - AcqTextStatus(unsigned int ScreenWidth,unsigned int Quiet); + AcqTextStatus(unsigned int &ScreenWidth,unsigned int Quiet); }; #endif |