diff options
author | Michael Vogt <mvo@debian.org> | 2013-10-07 10:26:50 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-10-07 10:26:50 +0200 |
commit | af6b41692b21a7fd1561d9ad4b3e4407ab93246f (patch) | |
tree | 8e5796867337d6fed796d352ddf8cdcc8b8dc6d9 /apt-pkg/deb/dpkgpm.h | |
parent | 75cd2506ce7ea411f7a0e888310d622ad330828c (diff) |
add -o DpkgPM::Progress-Fancy for better dpkg progress output on vt100+ terminals
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 |