diff options
author | Florrie <towerofnix@gmail.com> | 2019-09-16 10:35:12 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-09-16 10:35:12 -0300 |
commit | 200a069023041d194b2c1df54577f5b455aa89c9 (patch) | |
tree | ebd9b4333470dc706579241a03f8f3c578c73021 | |
parent | 9fcdf1d12331de8fb28026f0ff1efb93b754b1c0 (diff) |
Update tui-lib with basic Element class
-rw-r--r-- | todo.txt | 1 | ||||
m--------- | tui-lib | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index 45cee2f..ef00c6d 100644 --- a/todo.txt +++ b/todo.txt @@ -373,3 +373,4 @@ TODO: Be more sneaky about how we decide what text to update on the screen, TODO: Create a basic Element class, which DisplayElement extends. We have a lot of code related to scheduling displaying stuff on the screen, and it'd be nice to keep it more separate from all the basic element logic. + (Done!) diff --git a/tui-lib b/tui-lib -Subproject 3b94a56ecad81980448cb1f7f78acd8e58ab0c6 +Subproject eb3b83fa2d56f3c85ac0d5c9b62223f6bd29794 |