aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 5f6cfda..e23fe49 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,4 +6,6 @@
* Unit tests for hazard unit
* When we are scrolling or content is updated in MemoryView the layout
recalculation is very annoying. It reorders view and that way blinks.
+* When MemoryView is resized we should ensure that we stay in middle even if we
+ add new column.
* Optimize MemoryView (it calls layout size and do_layout a lot)