summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostyantyn Ovechko <fastinetserver@gmail.com>2010-07-27 02:02:00 +0300
committerKostyantyn Ovechko <fastinetserver@gmail.com>2010-07-27 02:02:00 +0300
commit67845f83986e67f204bbc51d93d6ca1a1e7796ab (patch)
tree8d82d6ce4b978b577396f9e3d17a5a9fc609d30e /tuiclient/tuiclient.h
parentAdd command line option --pkglist-file to request application (diff)
downloadidfetch-67845f83986e67f204bbc51d93d6ca1a1e7796ab.tar.gz
idfetch-67845f83986e67f204bbc51d93d6ca1a1e7796ab.tar.bz2
idfetch-67845f83986e67f204bbc51d93d6ca1a1e7796ab.zip
Add log and error_log windows to tuiclient
Diffstat (limited to 'tuiclient/tuiclient.h')
-rw-r--r--tuiclient/tuiclient.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/tuiclient/tuiclient.h b/tuiclient/tuiclient.h
index 6cb5fd9..ad7cdac 100644
--- a/tuiclient/tuiclient.h
+++ b/tuiclient/tuiclient.h
@@ -40,6 +40,7 @@
#include "twindow.cpp"
#include "mainwindow.cpp"
#include "helpwindow.cpp"
+#include "scrollwindow.cpp"
#include "colors.cpp"
#include "config.cpp"
#include "log.cpp"
@@ -54,6 +55,16 @@
using namespace std;
+class Tparts{
+ public:
+ string before, after;
+ Tparts():
+ before(""),
+ after("")
+ {};
+};
+
+
Tmainwindow mainwindow;
int sockfd;