Commit f851031c033085ae17b056bef665a879706f07eb

Stefan Sperling 2019-10-24T12:43:22

add a todo item for tog

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/TODO b/TODO
index 64daf9a..044aadf 100644
--- a/TODO
+++ b/TODO
@@ -18,6 +18,8 @@ tog:
 - implement horizonal scrolling in all views
 - implement horizonal split view mode
 - implement search feature for diff view
+- highlight matched parts of commits in tog log search, and then allow regular
+  input to continue (such that the cursor can be moved) while tog is searching
 - implement 'limit' for 'tog log' (like search but display matched commits only)
 - allow moving to prev/next blamed line in diff view if opened from blame view,
   similar to how the diff view can switch commits if opened from log view