summaryrefslogtreecommitdiff
path: root/Libraries/LibLine/Editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibLine/Editor.h')
-rw-r--r--Libraries/LibLine/Editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibLine/Editor.h b/Libraries/LibLine/Editor.h
index 1d1545f36f..bf026b62b7 100644
--- a/Libraries/LibLine/Editor.h
+++ b/Libraries/LibLine/Editor.h
@@ -300,7 +300,7 @@ private:
Style find_applicable_style(size_t offset) const;
- bool search(const StringView&, bool allow_empty = false);
+ bool search(const StringView&, bool allow_empty = false, bool from_beginning = true);
inline void end_search()
{
m_is_searching = false;