sources/interface.h

changeset 191
2e6cbacafdc7
parent 190
90bf9049e5eb
child 192
94c67ae846fc
equal deleted inserted replaced
190:90bf9049e5eb 191:2e6cbacafdc7
76 bool m_needStatusBarRender; 76 bool m_needStatusBarRender;
77 bool m_needInputRender; 77 bool m_needInputRender;
78 bool m_needOutputRender; 78 bool m_needOutputRender;
79 bool m_needNicklistRender; 79 bool m_needNicklistRender;
80 struct { char ch; int x; } m_cursorCharacter; 80 struct { char ch; int x; } m_cursorCharacter;
81 Vector<ColoredLine> m_outputLines; 81 std::vector<ColoredLine> m_outputLines;
82 int m_outputScroll; 82 int m_outputScroll;
83 std::string m_title; 83 std::string m_title;
84 InputState m_inputState; 84 InputState m_inputState;
85 std::function<void(bool)> m_disconnectCallback; 85 std::function<void(bool)> m_disconnectCallback;
86 net::ip_address m_remoteAddress; 86 net::ip_address m_remoteAddress;

mercurial