X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/5ed887855df9c39dcd22971073ed05b28a9ee95f..b18dd45f2c71fbdf5c0eef113e9e8e01f84b70a7:/apt-pkg/install-progress.cc diff --git a/apt-pkg/install-progress.cc b/apt-pkg/install-progress.cc index bfc00bd06..fe065da4f 100644 --- a/apt-pkg/install-progress.cc +++ b/apt-pkg/install-progress.cc @@ -10,6 +10,7 @@ #include #include #include +#include namespace APT { namespace Progress { @@ -300,9 +301,7 @@ void PackageManagerFancy::Start(int a_child_pty) child_pty = a_child_pty; int nr_terminal_rows = GetNumberTerminalRows(); if (nr_terminal_rows > 0) - { SetupTerminalScrollArea(nr_terminal_rows); - } } void PackageManagerFancy::Stop()