summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tuiclient/mainwindow.h')
-rw-r--r--tuiclient/mainwindow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tuiclient/mainwindow.h b/tuiclient/mainwindow.h
index ca55343..6ebcadc 100644
--- a/tuiclient/mainwindow.h
+++ b/tuiclient/mainwindow.h
@@ -51,6 +51,7 @@ class Tmainwindow: public Tscroll_window{
// string screenlines[200];
string screen_info_lines[4];
ulong attempt_num;
+ bool disconnected_flag;
Tmainwindow():
help_win(),
log_win(),
@@ -58,7 +59,8 @@ class Tmainwindow: public Tscroll_window{
distfiles_win(),
// exit_flag(FALSE),
connected_status(FALSE),
- attempt_num(0)
+ attempt_num(0),
+ disconnected_flag(true)
{};
~Tmainwindow(){};
Tmainwindow(const Twindow &L); // copy constructor