summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-07-10 01:36:06 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-07-10 19:13:49 -0700
commita82f6e88847c3c655bfddeda17d3c957001380af (patch)
treeb3e5bb7375e768cd3d399952c38182d9c1461a13 /TODO.md
parent46e019ddf3b67a8307773edd109aa29d5be1a8b3 (diff)
Refactor term module
Move all of the mutable skin management within a Term struct. Also, just like the config refactor, move functions in term module up into Term implementation as associated functions
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 4e3280d..3ddd9f9 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,13 +1,14 @@
# TODO
### chores
-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. Refactor `term` module to export a sruct `Term` with a stateful madskin;
- this would clean up `main`.
+1. Add test for clap app
+2. Add significant cursive TUI test
+3. Refactor layout handling (see TODO on `tui::views::LayoutView::relayout`)
4. Move to `directories 3.0`; optionally migrate existing macos configs? Not
many people using this anyway...
5. Add github action to bump homebrew formula on tag push
+6. Move to github actions ASAP, travis & appveyor are a PITA. See resources below.
+
### bugs
1. Shift+TAB should move focus backwards