summaryrefslogtreecommitdiff
path: root/apt-pkg/iprogress.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-10-11 22:16:55 +0200
committerMichael Vogt <mvo@debian.org>2013-10-11 22:16:55 +0200
commitdb78c60c6a726ed70fa8b0984090b80840444016 (patch)
tree471b8e385a8296bce5568bb99ea6b01e1a0a8c88 /apt-pkg/iprogress.h
parent31f97d7b862ccf3de93b30a15f24d76e806031a3 (diff)
deal with nr_terminal_rows unavailable
Diffstat (limited to 'apt-pkg/iprogress.h')
-rw-r--r--apt-pkg/iprogress.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/iprogress.h b/apt-pkg/iprogress.h
index 14fc89bff..f097e0943 100644
--- a/apt-pkg/iprogress.h
+++ b/apt-pkg/iprogress.h
@@ -30,6 +30,8 @@ namespace Progress {
protected:
int last_reported_progress;
int nr_terminal_rows;
+ void SetupTerminalScrollArea(int nr_rows);
+
public:
PackageManagerFancy();
virtual void Started();