It somewhat works

This commit is contained in:
Clement Roblot
2024-08-27 21:13:00 +07:00
committed by ArthurSonzogni
parent cb2436f13f
commit 2339ead35c
3 changed files with 22 additions and 8 deletions

View File

@@ -139,6 +139,7 @@ class ScreenInteractive : public Screen {
bool force_handle_ctrl_z_ = true;
Region selectedRegion;
std::string selectedText;
// The style of the cursor to restore on exit.
int cursor_reset_shape_ = 1;