summaryrefslogtreecommitdiff
path: root/src/selection.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2015-06-25 14:00:50 +0100
committerMaxime Coste <frrrwww@gmail.com>2015-06-27 11:02:08 +0100
commite1ba2991f5e0a718d2c70f909502583c2513c1b4 (patch)
tree12af4ba2a60d37cea2e6af3c278b4fc0a0f6d4b2 /src/selection.hh
parent5b554ff4749bade238b09f919681aa1d1e050515 (diff)
Initial selection saving/restoring support bound to ^ and alt-^
Diffstat (limited to 'src/selection.hh')
-rw-r--r--src/selection.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/selection.hh b/src/selection.hh
index 3001a94b..2f41b06e 100644
--- a/src/selection.hh
+++ b/src/selection.hh
@@ -142,9 +142,9 @@ private:
Vector<Selection> compute_modified_ranges(Buffer& buffer, size_t timestamp);
-String selection_to_string(const Buffer& buffer, const Selection& selection);
+String selection_to_string(const Selection& selection);
String selection_list_to_string(const SelectionList& selection);
-Selection selection_from_string(const Buffer& buffer, StringView desc);
+Selection selection_from_string(StringView desc);
SelectionList selection_list_from_string(Buffer& buffer, StringView desc);
}