Add Changelog.

This commit is contained in:
ArthurSonzogni
2024-12-26 12:26:20 +01:00
parent 25476f757b
commit 4c1d30b1bd
5 changed files with 28 additions and 21 deletions

View File

@@ -70,8 +70,8 @@ class ScreenInteractive : public Screen {
void ForceHandleCtrlZ(bool force);
// Selection API.
std::string SelectionAsString();
void SelectionOnChange(std::function<void()> callback);
std::string GetSelection();
void SelectionChange(std::function<void()> callback);
private:
void ExitNow();