summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-06-16 03:02:32 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-06-16 03:08:45 -0700
commit88a3f45defb509daf254efced585e945eb8f05c2 (patch)
tree773b8d1cea15452c9544322f3e36e83e1530ba30 /TODO.md
parent2e3964d35141beb37e08a144c9440a687dfec8fb (diff)
Allow cycling through layouts
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index f245dff..a21836a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,10 +10,10 @@ changing [soon](https://meta.stackexchange.com/q/348746).
#### Cursive interface for viewing questions and answers
2. Handle focus with tab and h,l
-4. Allow cycling layouts
-5. Init with smaller layout if terminal size smaller
+4. Allow cycling layouts?
+5. Init with smaller layout if terminal size smaller? maybe cli --auto-resize
+ option
6. Small text at bottom with '?' to bring up key mapping dialog
-7. `/` to bring up new search prompt
#### other
1. Use [par_iter](https://github.com/rayon-rs/rayon) for text preprocess & parsing?