summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-06-16 12:58:22 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-06-16 12:58:22 -0700
commit00635360e52f8f9834be71a1e1e21f24ddb3529f (patch)
tree42825e3b1334c029f1845fcf45c5ee805d2e551b /TODO.md
parent00990e57824bd12bd3f7fc69aa51652b33fdb60a (diff)
Clean up TODO comments
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index bd5924d..e322e7c 100644
--- a/TODO.md
+++ b/TODO.md
@@ -9,14 +9,14 @@ changing [soon](https://meta.stackexchange.com/q/348746).
### v0.2.0
#### Cursive interface for viewing questions and answers
-2. Handle focus with h,l
5. Init with smaller layout if terminal size smaller?
3. maybe cli `--auto-resize` option
3. make the default colors.toml file have a banging RGB > Hex > Defaults fallback
6. Small text at bottom with '?' to bring up key mapping dialog
7. Clean up! remove dupe between ListView and MdView by making a common trait
8. Possibly make `--arrow_keys_focus` option to toggle the arrow key consumption
-9. Maybe **ESC** cycles layout in the opposite direction?
+9. Maybe **ESC** cycles layout in the opposite direction? And stops at
+ BothColumns?
#### other
1. Use [par_iter](https://github.com/rayon-rs/rayon) for text preprocess & parsing?