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

@@ -69,7 +69,7 @@ int main() {
text("Your phone number is " + phoneNumber),
// text("select_start " + std::to_string(selection.startx) + ";" + std::to_string(selection.starty)),
// text("select_end " + std::to_string(selection.endx) + ";" + std::to_string(selection.endy)),
text("textToCopy " + textToCopy)
text("textToCopy is " + textToCopy)
}) |
border; // | selectable([&textToCopy](std::string txtSelected){textToCopy = txtSelected;})
});