rework cursers for cg, keep views between switching. will be refactored later

This commit is contained in:
2024-02-27 17:47:17 +01:00
parent bdf4e60f2f
commit eaa316a2aa
2 changed files with 69 additions and 71 deletions

View File

@ -37,10 +37,6 @@ class ChatGui4 {
// TODO: refactor this to allow multiple open contacts
std::optional<Contact3> _selected_contact;
// set to the ts of the newest rendered msg
Message3Handle _view_begin{};
// set to the ts of the oldest rendered msg
Message3Handle _view_end{};
// TODO: per contact
std::string _text_input_buffer;