summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-07-01 22:41:21 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-07-01 22:41:21 -0700
commit361ad08c2074493a48a0c86d17af4478ca9fe1ef (patch)
treec5895cc4c477d45d0e46c54cf8b357dbca7e6ebc /TODO.md
parent20933e71a78975cbcaf7621107423c06f62da8e7 (diff)
Use include_str instead of duplicating theme
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index e6456cd..bce0caf 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,11 +1,9 @@
# TODO
### chores
-0. Use `include_str!` instead of hardcoding `colors.toml`.
1. Move to github actions ASAP, travis & appveyor are a PITA. See resources below.
2. Refactor layout handling (see TODO on `tui::views::LayoutView::relayout`)
3. Release on AUR & Homebrew
-4. Either `include_str!` or avoid parsing key mappings text altogether
### bugs
1. Shift+TAB should move focus backwards