summaryrefslogtreecommitdiffstats
path: root/src/app.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.rs')
-rw-r--r--src/app.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app.rs b/src/app.rs
index 641e4cee..8033d227 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -945,6 +945,8 @@ impl App {
self.update_regex();
self.update_process_gui = true;
+ self.process_search_state.search_state.cursor_direction =
+ CursorDirection::RIGHT;
}
} else {
match caught_char {