Commit 548f12c626703a8246710c913eb3e98b557701ed

Stefan Sperling 2019-03-07T13:29:01

would threading really help tog diff? not so sure anymore...

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/TODO b/TODO
index bcece92..669f591 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,7 @@ lib:
 
 tog:
 - allow loading new commits in 'tog log' after startup (e.g. via Ctrl-L, 'r')
-- make diff view generate diffs in a background thread
+- make diff view generate diffs in a background thread?
 - implement horizonal scrolling in all views
 - implement horizonal split view mode
 - implement search feature