mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-16 16:08:08 +08:00
It somewhat works
This commit is contained in:

committed by
ArthurSonzogni

parent
cb2436f13f
commit
2339ead35c
@@ -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;})
|
||||
});
|
||||
|
Reference in New Issue
Block a user