ja-he / dayplan

A utility to plan and track your time.
MIT License
5 stars 1 forks source link

Generify to `Controller`, `Model` #21

Closed ja-he closed 2 years ago

ja-he commented 2 years ago

The main part of TUIController that is actually TUI-specific is the input events (and those mainly because the terminal is limited in how it can report click-and-drag type operations). So generify it to Controller and in the long term figure out a clean way to abstract over input events.