]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.h
move pty stuff into its own function
[apt.git] / apt-pkg / deb / dpkgpm.h
index 29901a20446edbf888ea5b8be79db93097f2e593..5551b43832ec6933aa708af970087b72be63d9e0 100644 (file)
@@ -84,7 +84,10 @@ 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);
+   void CleanupTerminal();
 
    // apport integration
    void WriteApportReport(const char *pkgpath, const char *errormsg);
@@ -92,6 +95,9 @@ class pkgDPkgPM : public pkgPackageManager
    // dpkg log
    bool OpenLog();
    bool CloseLog();
+
+   void StartPtyMagic();
+   void StopPtyMagic();
    
    // input processing
    void DoStdin(int master);