diff options
author | Michael Vogt <mvo@debian.org> | 2013-10-08 19:59:26 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-10-08 19:59:26 +0200 |
commit | c1712b0b94c9cd3d404445fb55e37297c6a97913 (patch) | |
tree | 4f6b4b7a66732c110a56c7eff2a6906c7642b086 /apt-pkg/deb/dpkgpm.h | |
parent | 649d3c5b7df830a67ad946921233da349c13a826 (diff) | |
parent | 28e3b6f6f822a640aec35a41d5e99a97cfa1e9b1 (diff) |
Merge remote-tracking branch 'mvo/feature/dpkg-progress-fancy' into debian/sid
Diffstat (limited to 'apt-pkg/deb/dpkgpm.h')
-rw-r--r-- | apt-pkg/deb/dpkgpm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/deb/dpkgpm.h b/apt-pkg/deb/dpkgpm.h index 29901a204..3b8d36623 100644 --- a/apt-pkg/deb/dpkgpm.h +++ b/apt-pkg/deb/dpkgpm.h @@ -84,6 +84,8 @@ class pkgDPkgPM : public pkgPackageManager bool SendPkgsInfo(FILE * const F, unsigned int const &Version); void WriteHistoryTag(std::string const &tag, std::string value); + // Terminal progress + void SetupTerminalScrollArea(int nr_scrolled_rows); void SendTerminalProgress(float percentage); // apport integration |