diff --git a/src/graphicalterminalio.hh b/src/graphicalterminalio.hh index 9e63008..d3fe8a2 100644 --- a/src/graphicalterminalio.hh +++ b/src/graphicalterminalio.hh @@ -25,6 +25,7 @@ #include "gettext.h" #include +#include #include #include @@ -49,7 +50,7 @@ public: virtual size_type read_command(Glib::ustring& buffer) const; private: Gtk::TextView text_output; - Gtk::TextView text_input; + Gtk::Entry text_input; }; #endif