From 4f9cb7f330beab9fb09f52421b2dbd15835476e2 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Sun, 23 Jul 2017 01:20:04 +0200 Subject: Add proxy to GUI Access via "Setup..." in main menu Uses a socketpair to connect monitor so only proxy port is open --- src/gui_attrtext.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui_attrtext.hh') diff --git a/src/gui_attrtext.hh b/src/gui_attrtext.hh index 129f905..06fb753 100644 --- a/src/gui_attrtext.hh +++ b/src/gui_attrtext.hh @@ -131,6 +131,8 @@ public: static AttributedText* create(); + virtual void reset() = 0; + void append(std::string const& str, Attribute const& attr = EMPTY, size_t start = 0, size_t length = std::string::npos); void append(const char* str, Attribute const& attr = EMPTY, -- cgit v1.2.3-70-g09d2