aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-07-12 08:03:03 +0100
committerAkshay <[email protected]>2020-07-12 08:03:03 +0100
commitbc81cf4d3f0847bdf64974ad91f60c293b4f6a77 (patch)
tree9ba014731da47816d8d4895c58fd686dc093264d
parentc2dc38fa8b9eb6758b02610a671d07a9a770325b (diff)
add interface todos
-rw-r--r--notes.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt
index 675b78f..314d482 100644
--- a/notes.txt
+++ b/notes.txt
@@ -40,6 +40,12 @@ Command mode:
40 * month-prev mprev 40 * month-prev mprev
41 * month-next mnext 41 * month-next mnext
42 42
43Interface:
44 - move view port if focused view goes outside bounds
45 - tab completion for command mode? requires lex table
46 - move command window to bottom, styling
47 - prefix command window with `:`
48
43Undo-tree: 49Undo-tree:
44 - store app states in memory 50 - store app states in memory
45 - should store diffs? or entire state? 51 - should store diffs? or entire state?